|  | KMeansClusteringClusters Property | 
            Gets the cluster assignments computed during the last clustering.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic ClusterSet Clusters { get; }Public ReadOnly Property Clusters As ClusterSet
	Get
public:
property ClusterSet^ Clusters {
	ClusterSet^ get ();
}member Clusters : ClusterSet with 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
See Also