InterviewSolution
Saved Bookmarks
| 1. |
What is clustering? What are the different types? Briefly explain. |
|
Answer» Response: CLUSTERING is part of unsupervised learning in machine learning and data science. Cluster analysis or data segmentation is an exploratory method for identifying homogeneous groups or clusters of records.
Clustering algorithms are largely distinguished by two characteristics. ONE is "SIMILARITY metric" and the other is "agglomeration function (kind of merge/bottom up) strategy". Clustering can be of various types. Some key categories are as FOLLOWS:
|
|