Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google


Cluster Analysis

Illustrate:



hc <- hclust(dist(crs$dataset[1:17,c(2,7,9:10,12)]), "ave")
plot(hc)
This looks like 4 clusters.
km <- kmeans(crs$dataset[1:17,c(2,7,9:10,12)], 4)
km$cluster

This gives the same clusters!



Subsections

Copyright © 2004-2006 Graham.Williams@togaware.com
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.