Click or drag to resize

KMeansClustering Properties

The KMeansClustering type exposes the following members.

Properties
 NameDescription
Public propertyClusters Gets the cluster assignments computed during the last clustering.
Public propertyData Gets and sets the data matrix.
Public propertyStatic memberDefaultMaxIterations Gets and sets the default maximum number of iterations.
Public propertyFinalCenters Gets the matrix of final cluster centers computed during the last clustering.
Public propertyInitialCenters Gets the matrix of initial cluster centers used during the last clustering.
Public propertyIterations Gets the number of iterations used in the clustering just computed.
Public propertyK Gets the number of clusters computed during the last clustering..
Public propertyMaxIterations Gets and sets the maximum number of iterations used in clustering.
Public propertyMaxIterationsMet Returns true if the clustering just computed stopped because the maximum number of iterations was reached; otherwise, false.
Public propertyN Gets the number of objects in this.Data.
Public propertySizes Gets the number of points in each cluster computed during the last clustering.
Public propertyWithinSumOfSquares Gets the within-cluster sum of squares for each cluster computed during the last clustering.
Top
See Also