APPLICATION OF SUPERVISED LEARNING
UNSUPERVISED LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following are limitations of the k-means algorithm
|
It is sensitive to outliers
|
|
It is sensitive to initialisation
|
|
It has exponential time complexity with dataset size
|
|
It is not suitable for datasets containing non hyper-ellipsoids clusters
|
Explanation:
Detailed explanation-1: -Kmeans assumes spherical shapes of clusters (with radius equal to the distance between the centroid and the furthest data point) and doesn’t work well when clusters are in different shapes such as elliptical clusters.
Detailed explanation-2: -A dendrogram is not possible for K-Means clustering analysis.
There is 1 question to complete.