Click or drag to resize

ClusterSetNumberOfClusters Property

Gets the number of clusters into which objects are grouped.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int NumberOfClusters { get; }

Property Value

Int32
Remarks
Objects in a cluster set are grouped into clusters 0 to NumberOfClusters - 1.
See Also