 | ClusterSetClusters Property |
Gets an array of integers that identifies the cluster into
which each object is grouped.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic int[] Clusters { get; }
Public ReadOnly Property Clusters As Integer()
Get
public:
property array<int>^ Clusters {
array<int>^ get ();
}
member Clusters : int[] with get
Property Value
Type:
Int32
Remarks
Cluster numbers are arbitrary, and range from 0 to
NumberOfClusters - 1.
See Also