Gets a ClusterSet object that identifies the cluster into which each object was grouped. The indexing operator on the returned ClusterSet returns the cluter number to which ith object was grouped.

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

Syntax

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

See Also