0
6.2kviews
Explain K-means Clustering algorithm and create 4 clusters for the following dataset. (2, 5), (2.5, 3), (3.5, 4), (5, 7.9), (8, 11.3), (11, 12), (12, 19), (13, 5), (7, 3), (11, 7), (15,15.1), (1, 2),

Explain the K-means Clustering algorithm and create 4 clusters for the following dataset.

(2, 5), (2.5, 3), (3.5, 4), (5, 7.9), (8, 11.3), (11, 12), (12, 19), (13, 5), (7, 3), (11, 7), (15,15.1), (1, 2), (2, 20), (10, 10), (13, 1.1), (7, 9), (30, 42), (18, 21), (55, 39), (32, 68), (30,30), (50, 50.1)

1 Answer
3
260views

K-means Clustering Problem

The Given Dataset = (2, 5), (2.5, 3), (3.5, 4), (5, 7.9), (8, 11.3), (11, 12), (12, 19), (13, 5), (7, 3), (11, 7), (15,15.1), (1, 2), (2, 20), (10, 10), (13, 1.1), (7, 9), (30, 42), (18, 21), (55, 39), (32, 68), (30,30), (50, 50.1)

Number …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.