Click or drag to resize

KMeansClusteringClusters Property

Gets the cluster assignments computed during the last clustering.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ClusterSet Clusters { get; }

Return Value

ClusterSet
An integer array that identifies the cluster into which each object was grouped. Cluster numbers are arbitrary, and zero-based.
See Also