KMeans |
The KMeansClustering type exposes the following members.
| Name | Description | |
|---|---|---|
| clusters_ | The cluster assigments. | |
| data_ | A matrix of data. Each row in the matrix represents an object to be clustered. | |
| DEFAULT_MAX_ITER | The default maximum number of iterations. | |
| finalCenters_ | A matrix of final cluster centers. | |
| initialCenters_ | A matrix of initial cluster centers. | |
| iter_ | The number of iterations performed. | |
| max_ | The maximum number of iterations. | |
| sizes_ | The number of objects in each cluster. | |
| withinss_ | The within-cluster sum of squares for each cluster. |