APPLICATION OF SUPERVISED LEARNING
UNSUPERVISED LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A student has applied the k-means algorithm to an unsupervised problem.On analysis they find that the mean distance between data instances and the cluster centres which they are assigned is 0. What does this mean?
|
That this position of k centroids is optimal for this dataset
|
|
That the chosen value of k must at least equal the number of datapoints
|
|
None of these
|
|
None of the above
|
Explanation:
Detailed explanation-1: -K-Means clustering is an unsupervised learning algorithm. There is no labeled data for this clustering, unlike in supervised learning. K-Means performs the division of objects into clusters that share similarities and are dissimilar to the objects belonging to another cluster.
Detailed explanation-2: -Out of all the options, the K-Means clustering algorithm is most sensitive to outliers as it uses the mean of cluster data points to find the cluster center.
There is 1 question to complete.