next up previous
Next: Feature Selection Up: classify Previous: Unsupervised Classification - Clustering

Hierarchical Classifiers



Both supervised classification and unsupervised clustering can be carried out in a hierarchical fashion to classify the input patterns or group them into clusters, very much like the hierarchy of biological classifications with different taxonomic ranks (domain, kingdom, phylum, class, order, family, genus, and species).

In the following we consider both the bottom-up and top-down methods for hierarchical clustering/classification.

Example

The hierarchical clustering method is applied to a dataset composed of seven normally distributed clusters each containing 25 sample vectors in an $N=4$ dimensional space. The PCA method is used to project the data in 4-D space into a 2-D space spanned by the first two principal components, as shown below:

TreeClustering1.png

The clustering result is shown below. Each column in the display represents the four components of a 4-D vector, color coded by a spectrum from red (low values) through green (middle) to blue (high values).

TreeClustering.png

See more examples in clustering analysis applied to gene data analysis in bioinformatics.

An example of this method is available here.


next up previous
Next: Feature Selection Up: classify Previous: Unsupervised Classification - Clustering
Ruye Wang 2016-11-30