|
SOLUTIONS
|
HIERARCHICAL CLUSTERING PACKAGE SYMBOL
ClusterFlatten
ClusterFlatten[c]
gives a flat list of the data elements contained in the cluster c.
DetailsDetails
- To use
, you first need to load the Hierarchical Clustering Package using Needs["HierarchicalClustering`"]. - ClusterFlatten[c] gives the elements of c sorted by a depth-first traversal of the cluster hierarchy.
- ClusterFlatten[c] is equivalent to ClusterSplit[c, Length[c]].
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
