tree2clusters
PURPOSE
Assigns cluster labels from a cluster hierarchy (ctree object)
SYNOPSIS
function idx = tree2clusters(T)
DESCRIPTION
Assigns cluster labels from a cluster hierarchy (ctree object) IDX = TREE2CLUSTERS(T) Input: (T): ctree object Output: (IDX): Cluster assignment vector
CROSS-REFERENCE INFORMATION
This function calls:- depddp density-enhanced Principal Direction Divisive Partitioning algorithm
- gppdc Generic Projection Pursuit Divisive Clustering
- mcdc Maximum Clusterability Divisive Clustering
- mddc Minimum Density Divisive Clustering
- ncutdc Minimum Normalised Cut Divisive Clustering
- pddp Principal Direction Divisive Partitioning algorithm
- scppdc Spectral Clustering Projection Pursuit Divisive Clustering
- ctree Class implementing cluster hierarchy in tree data structure
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005