Gets an array of integers that identifies the cluster into which each object is grouped.

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

Syntax

C#
public int[] Clusters { get; }
Visual Basic (Declaration)
Public ReadOnly Property Clusters As Integer()
Visual C++
public:
property array<int>^ Clusters {
	array<int>^ get ();
}

Remarks

Cluster numbers are arbitrary, and range from 0 to NumberOfClusters - 1.

See Also