FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is required by K-means clustering?
A
Defined distance metric
B
Number of clusters
C
Initial guess as to cluster centroids
D
All of the mentioned
Explanation: 

Detailed explanation-1: -4. Which of the following is required by K-means clustering? Explanation: K-means clustering follows partitioning approach.

Detailed explanation-2: -Which of the following statements about the K-means algorithm are correct? The K-means algorithm is sensitive to outliers. For different initializations, the K-means algorithm will definitely give the same clustering results.

Detailed explanation-3: -D. Explanation: k-means requires a number of clusters.

Detailed explanation-4: -In K means clustering, k represents the total number of groups or clusters.

Detailed explanation-5: -K-means is extremely sensitive to cluster center initializations. 2. Bad initialization can lead to Poor convergence speed.

There is 1 question to complete.