MACHINE LEARNING

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
A
It is sensitive to outliers
B
It is sensitive to initialisation
C
It has exponential time complexity with dataset size
D
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.