Click or drag to resize

ClusterSetCluster Method

Returns the objects assigned to a given cluster.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int[] Cluster(
	int clusterNum
)

Parameters

clusterNum  Int32
A cluster number.

Return Value

Int32
An array of integers indentifying the objects assigned to the given cluster.
The result is calculated on the fly from this.Clusters, so for best performance care should be taken to avoid unnecessary calls to this function.
See Also