|
|
|||
|
|
|
ClusteringComponents | ![]() |
| ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element lies. |
| ClusteringComponents finds at most n clusters. |
| ClusteringComponents finds clusters at the specified level in array. |
| ClusteringComponents[image] finds clusters of pixels with similar values in image. |
| ClusteringComponents finds at most n clusters in image. |
| ManhattanDistance | Manhattan or "city block" distance | |
| EuclideanDistance | Euclidean distance | |
| SquaredEuclideanDistance | squared Euclidean distance | |
| NormalizedSquaredEuclideanDistance | normalized squared Euclidean distance | |
| CosineDistance | angular cosine distance | |
| CorrelationDistance | correlation coefficient distance |
| "Agglomerate" | find clustering hierarchically | |
| "Optimize" | find clustering by local optimization | |
| "KMeans" | ||
| "PAM" | find clustering by partitioning around medoids |