Recursive function that traverses the tree and assigns rows of a dataset to the respective nodes. AssignCluster is the wrapper function for this
1 | AssignClusterCore(lTree, dtDataset, iLayerNbr)
|
lTree |
is an output of RecursivePartitioningTreeClustering |
dtDataset |
a dataset to assign clusters to. Must have same or more features as lTree |
iLayerNbr |
Keeps track of where in the tree the function is. Should initiliase as 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.