Clustering-KMeans-nd-KMedoids

Clustering-KMeans-nd-KMedoids

University

5 Qs

quiz-placeholder

Similar activities

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

ACP &Agrupamiento

ACP &Agrupamiento

University - Professional Development

10 Qs

Data clustering

Data clustering

University

10 Qs

Algorithm Design

Algorithm Design

University

7 Qs

ML Course Activity-II

ML Course Activity-II

University

10 Qs

clustering

clustering

University

7 Qs

K-means1

K-means1

University

8 Qs

Algorithms

Algorithms

University

10 Qs

Clustering-KMeans-nd-KMedoids

Clustering-KMeans-nd-KMedoids

Assessment

Quiz

Computers

University

Medium

Created by

Rafeeque PC

Used 68+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Suppose a cluster contain the points {(1, 3), (3, 3), (2, 1)}. What is the centroid of the cluster?

(2, 2.33)

(2.33, 2)

(2, 3)

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose the initial cluster centres are (1, 1) and (2, 1) . These points belongs to clusters C1 and C2 respectively. Apply KMeans clustering to find the cluster to be assigned for the point (4, 3) after the first pass?

C1

C2

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Clustering algorithm is suitable if the data type is categorical?

K-Means

K-Medoids

K-Median

K-Mode

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements about KMeans algorithm are true?

K-Means algorithm can determine spherical shaped clusters

Number of clusters to be determined must be specified

Sensitive to noise and outliers

KMeans is a density based algorithm

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements about KMedoids algorithm are true?

K-Medoids algorithm can determine spherical shaped clusters

Number of clusters to be determined must be specified

Less sensitive to noise data than KMeans

Suitable for large volume of data (Scalable)