BaseClusteringGetCluster Method
|
Get cluster as array of indices of assigned elements.
Namespace:
FinMath.ClusterAnalysis
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public IntegerArray GetCluster(
int index
)
Parameters
- index
- Type: SystemInt32
Unity based index of cluster to get.
Return Value
Type:
IntegerArrayElements of cluster in array.
See Also