Gets the cluster assignments computed during the last clustering.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public ClusterSet Clusters { get; }
Visual Basic (Declaration)
Public ReadOnly Property Clusters As ClusterSet
Visual C++
public:
property ClusterSet^ Clusters {
	ClusterSet^ get ();
}

Return Value

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

See Also