Clustering-KMeans-nd-KMedoids

Clustering-KMeans-nd-KMedoids

University

5 Qs

quiz-placeholder

Similar activities

Hierarchical Clustering

Hierarchical Clustering

University

8 Qs

Sorting Methods

Sorting Methods

9th Grade - University

10 Qs

computer science

computer science

University

10 Qs

ATwP - Problem Solving Strategies

ATwP - Problem Solving Strategies

University

10 Qs

Maximum Flow Problem

Maximum Flow Problem

University

10 Qs

Parallel Computers

Parallel Computers

University

10 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

MTS488 Quiz 4

MTS488 Quiz 4

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)