0
1.3kviews
Explain K-mean clustering algorithm giving suitable example.
1 Answer
| written 3.0 years ago by |
Solution:
k-means clustering:
The k-means clustering method is an unsupervised machine learning technique used to identify clusters of data objects in a dataset.
There are many different types of clustering methods, but k-means is one of the oldest and most approachable.
These traits make implementing k-means clustering in Python reasonably …