Click or drag to resize

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.4
Syntax
public int[] Clusters { get; }

Property Value

Int32
Remarks
Cluster numbers are arbitrary, and range from 0 to NumberOfClusters - 1.
See Also