标签:ecif path pairs void gauss fine mod cal user
1. Hierarchical clustering
Divisive (top-down):
start with all data in a big cluster and recursively split(recursive k-means)
Agglomerative (bottom-up):
start with each data point at its own cluster, merge cluster until all points are in one big cluster (single linkage)
single linkage
Dendrogram
x axis shows data points (carefully ordered).
y axis shows distance between pairs of clusters.
Path shows all cluser to which a point belongs and the order in which clusters merge.
机器学习笔记(Washington University)- Clustering Specialization-week six
标签:ecif path pairs void gauss fine mod cal user
原文地址:http://www.cnblogs.com/climberclimb/p/6935542.html