Gets the number of clusters into which objects are grouped.

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

Syntax

C#
public int NumberOfClusters { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfClusters As Integer
Visual C++
public:
property int NumberOfClusters {
	int get ();
}

Remarks

Objects in a cluster set are grouped into clusters 0 to NumberOfClusters - 1.

See Also