In: Computer Science
What is clustering? Explain how K-Means Clustering Algorithm works?
What are the Advantages and disadvantages of Clustering ALgorithms discussed in our class (K-Means,Hierchal)?
Which Clustering Algorithm is better K-Means or hierarchical Clustering? Explain with a proper example which is better algorithm?
What is clustering:
A cluster refers to a collection of data points aggregated
together because of certain similarities.
Data clustering approaches can group similar data into clusters.
The grouped Data will usually reveal important meanings.
Data that are close to each other tend to share some external
relationship. This relationship can be established to group the
data into clusters.
How K-Means Clustering Algorithm works:

,
directly.Lines 23-25 show top-n nearest clusters merging which
reduce number of clusters from 
----------------------------------------------------------------------------------------------------------------------