Gets the number of objects clustered in this cluster set.

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

Syntax

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

See Also