Hierarchical Clustering Impementation : Hierarchical clustering refers to a class of clustering methods that seek to build a hierarchy of clusters, in which some clusters contain others. In this assignment, we will explore a top-down approach, recursively bipartitioning the data using k-means.
- graphlab
- numpy
- matplotlib
- copy
- scipy.stats - csr_matrix -
- sys
- os
- time
- sklearn.cluster - KMeans -
- sklearn.metrics - pairwise_distances -
- K-means.
- Hierarchical Clustering .