SparseAgglomerativeClusteringAgglomerativeTree Method
|
Returns array which contains hierarchy clusters tree.
AgglomerativeTree[i] contain parent cluster of i-th cluster.
i-th element from 0 to metric.Rows elements correspond
to clusters contain single i-th object from input dataset.
Namespace:
FinMath.ClusterAnalysis
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public IntegerArray AgglomerativeTree()
Return Value
Type:
IntegerArrayThe hierarchy clusters tree.
See Also