| Author |
Comment/Response |
Kareem
|
01/23/07 08:36am
Hello,
I am using Mathematica to do cluster analysis, specificially the methods "Agglomerate" and "DendrogramPlot". These are found in the cluster analysis package of Mathematica. A typical sequence of commands with an example dataset are as follows:
<< Statistics`ClusterAnalysis`
dc = {{1, 0, 1}, {0, 0, 1}, {1, 1, 0}};
c = Agglomerate[dc -> {"point 1
", "point 2", "point 3"}, Linkage -> "Average"];
DendrogramPlot[c, LeafLabels -> Automatic, Orientation -> Left]
They result in a dendogram plot. Having done quite a bit of work using these methods, I would like to write it up for publication. However, I need a broad outline of how these methods are implemented. Any help would be appreciated. Thanks for your time.
URL: , |
|