InterviewSolution
Saved Bookmarks
| 1. |
Explain Hierarchical clustering. |
|
Answer» This algorithm group objects into clusters based on similarities, and it is ALSO called HIERARCHICAL CLUSTER analysis. When hierarchical clustering is performed, we obtain a set of clusters that differ from each other.
|
|