Answer Posted / Poonam Gautam
"Clustering is a process of grouping similar items together, without the use of any pre-existing labels. In Apache Mahout, K-means Clustering is one of the popular algorithms implemented, where the data points are assigned to one of K clusters based on their similarity. The algorithm works by iteratively assigning each point to its closest centroid and then updating the centroids based on the new assignments."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers