Click or drag to resize

KMeansClustering Fields

The KMeansClustering type exposes the following members.

Fields
 NameDescription
Protected fieldclusters_The cluster assigments.
Protected fielddata_ A matrix of data. Each row in the matrix represents an object to be clustered.
Protected fieldStatic memberDEFAULT_MAX_ITERThe default maximum number of iterations.
Protected fieldfinalCenters_ A matrix of final cluster centers.
Protected fieldinitialCenters_ A matrix of initial cluster centers.
Protected fielditer_The number of iterations performed.
Protected fieldmax_The maximum number of iterations.
Protected fieldsizes_ The number of objects in each cluster.
Protected fieldwithinss_ The within-cluster sum of squares for each cluster.
Top
See Also