Method CreateHierarchicalClusters
CreateHierarchicalClusters(uint, int, double)
Reorganize a sub tree with hierarchical clustering
Declaration
public void CreateHierarchicalClusters(uint root, int childrenCountByNode = 2, double minFitting = -1)
Parameters
Type | Name | Description |
---|---|---|
uint | root | Root of the sub-tree to reorganize |
int | childrenCountByNode | Order of the hierarchical tree |
double | minFitting | Minimal fitting coefficient to allow 2 nodes to be merged/clustered |