dendrogram

Dendrogram Plots

I recently attended the Wolfram Seminar, “Statistics and Data Analysis with Mathematica“.  The discussion on Hierarchical Clustering was especially interesting to me.  They showed a dendrogram plot for some sample text data.

A dendrogram is defined here as:

A dendrogram (from Greek dendron “tree”, -gramma “drawing”) is a tree diagram frequently used to illustrate the arrangement of the clusters produced by hierarchical clustering.

And, here is the Mathematica example:

Needs["HierarchicalClustering`"]

textdata =
StringSplit[
"This seminar will give a broad overview of statistics in \
Mathematica. Statistics functions and other technologies, such as \
import/export capabilities and visualization functions, as they \
relate to statistical computation will be discussed."];

Show[DendrogramPlot[textdata, LeafLabels -> (# &),
Orientation -> Left], ImageSize -> Large]

And, here is the result:

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.