Computer Science, asked by pateldivy4, 4 hours ago

In which Machine Learning Algorithm, data points with similar attributes
are grouped together?​

Answers

Answered by msaha9143
1

Answer:

Agglomerative Clustering or the bottom-up approach assigns each data point as a cluster and aggregate the most similar clusters. This essentially means bringing similar data together into a cluster. Out of the two approaches, Divisive Clustering is more accurate.

Similar questions