|  | KMeans | 
The KMeansClustering type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this cluster analysis. | 
|  | Cluster(DoubleMatrix) | Clusters the data into the specified number of clusters. | 
|  | Cluster(Int32) | Clusters the data into the specified number of clusters. | 
|  | Cluster(Int32, KMeansClusteringStart) | Clusters the data into the specified number of clusters, using the specified method of choosing the initial cluster centers. | 
|  | Cluster(Int32, RandGenMTwist) | Clusters the data into the specified number of clusters. | 
 See Also
See Also