AnalyzeClusters
AnalyzeClusters[data]⟹clusteringObject
partitions the data points contained in data into distinct similarity groups.
Details
- Suitable tabular data include any rectangular matrix in the form {{_?NumericQ|_?QuantityQ..}..}.
- Manual gating entails defining lists of 1D, 2D, or 3D filters. To be included in a partition, a given data point must pass all filters in the corresponding list. Any points not captured by any of the manual gates are excluded from the analysis.
- Each 1D filter includes an index denoting the data column used for gating, a real-valued threshold, and an indicator denoting whether data points below or above the threshold are included.
- Each 2D filter includes a pair of indices denoting the two data columns used for gating, a 2D polygon defining the gate, and an indicator denoting whether data points within the polygon are included or excluded.
- Each 3D filter includes a set of indices denoting the three data columns used for gating, a 3D ellipsoid defining the gate, and an indicator denoting whether data points within the ellipsoid are included or excluded.
-
ClusterAssignmentsLengthMismatch The specified number of cluster assignments (`1`) does not match the number of partitions generated for the input data (`2`). Please ensure that the number of assignments matches the expected number of partitions. The provided ClusterAssignments will either be truncated or padded with Null to match the number of detected partitions. ClusterLabelsLengthMismatch The specified number of cluster labels (`1`) does not match the number of partitions generated for the input data (`2`). Please ensure that the number of labels matches the expected number of partitions. The provided ClusterLabels will either be truncated or padded with sequential integers to match the number of detected partitions. DimensionLabelsLengthMismatch The specified number of dimension labels (`1`) does not match the number of dimensions in the input data (`2`). Please ensure that the number of labels matches the dimensionality of the input data. Defaulting DimensionLabels to None. DimensionUnitsLengthMismatch The specified DimensionUnits `1` do not match the number of columns in the input data (`2`). Please check that the DimensionUnits are correctly specified. Any units present in the input data will be used for all remaining analysis. If the input data do not contain units, DimensionUnits will be set to None. EmptyManualGates None of the input data lie within the specified ManualGates. Please specify one or more lists of gates defining each partition. GatesOverlap The specified ManualGates assign at least one point to multiple distinct partitions. Please ensure that the ManualGates definition assigns each point to at most one partition. Defaulting each point to the first viable partition. Invalid1DGateDefinition The specified 1D gate `1` is invalid. Please check that the specified gate dimension is valid. This gate definition will be ignored throughout the remaining analysis. Invalid2DGateDefinition The specified 2D polygonal gate `1` is invalid. Please check that all specified gate dimensions are valid, and that the specified polygon contains at least three non-collinear points lying in a 2D plane. This gate definition will be ignored throughout the remaining analysis. Invalid3DGateDefinition The specified 3D gate `1` is invalid. Please check that all specified gate dimensions are valid, and that the specified ellipsoid is defined in 3D. This gate definition will be ignored throughout the remaining analysis. InvalidClusteredDimensions The specified value of ClusteredDimensions (`1`) contains dimensions that are inconsistent with the shape of the input data. Please check that the dimensionality of ClusteredDimensions is correct. All dimensions of the data will be used throughout the remaining analysis. InvalidDomainFunctionDefinition The specified domain constraint `1` is invalid because it does not return a boolean value when given a single data point as input. Please check that the function accepts single points as input and only returns True or False. This domain constraint will be ignored throughout the remaining analysis. InvalidLogTransformation Applying the specified Scale (`1`) would result in the log-transformation of negative values. Please check that the choice of Scale is well suited to the input data. Defaulting Scale to Linear for any dimensions of the data that contain negative values. NoIncludedData The specified gates (`1`) exclude all points in the input data. Please check that the gates are correctly specified, and consider specifying less restrictive gates. NumberOfClustersExceedsDataSize The specified NumberOfClusters (`1`) exceeds the number of points in the input data (`2`). Please consider specifying a lower value for NumberOfClusters. Defaulting NumberOfClusters to Automatic. NumberOfClustersNotSupported The Method `1` does not support specifying NumberOfClusters. Please consider setting NumberOfClusters to Automatic so that the number of clusters may be inferred from the input data. If a specific number of clusters is required, you might also consider specifying an alternate Method. Defaulting NumberOfClusters to Automatic. NumberOfClustersRequired The Method `1` requires that NumberOfClusters also be specified. Please specify NumberOfClusters. If the expected number of clusters is unknown you might also consider specifying an alternate Method. The NumberOfClusters will be estimated using the Spectral clustering algorithm. RedundantDomain Method is set to Manual but one or more domain constraints were also specified. Please either set Method to Automatic or remove the specified Domain. The specified Domain will be ignored in all subsequent analyses. ScaleDimensionMismatch The specified Scale (`1`) does not match the number of columns present in the data (`2`). Please check that the Scale is correctly specified, or consider specifying a single value to be applied to all dimensions of the data. Defaulting the value of Scale to Linear.
Input

Output

Data Annotation Options

Data Preprocessing Options

Methodology Options

Messages
Examples
Options (34)
ClusterAssignments (2)
ClusterDissimilarityFunction (1)
ClusterDomainOutliers (1)
ClusteredDimensions (1)
ClusteringAlgorithm (1)
CovarianceType (1)
CriterionFunction (1)
DensityResamplingThreshold (1)
DistanceFunction (1)
Domain (3)
Specify which input data points are used to partition the input data by defining one or more 2D polygonal gates:


Specify which input data points are used to partition the input data by defining one or more 3D gates:


Specify which input data points are used to partition the input data by defining one or more constraint functions:

