0% found this document useful (0 votes)
37 views7 pages

Ajith-Quiz 1 - K-Means, DBSCAN and Hierarchical Clustering - Machine Learning 3 - Olympus LMS

Uploaded by

Lakshmi Dinakar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views7 pages

Ajith-Quiz 1 - K-Means, DBSCAN and Hierarchical Clustering - Machine Learning 3 - Olympus LMS

Uploaded by

Lakshmi Dinakar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

Go Back to Machine Learning 3

Course Content

Quiz 1 - K-Means, DBSCAN and Hierarchical clustering


Type : Graded Quiz
Attempts : 1/1
Questions : 15
Time : 25m
Due Date : Nov 10, 11:59 PM IST

Your Marks : 14/15

Instructions

Attempt History

Attempt #1
Marks: 14
Nov 10, 2:12 PM

Q No: 1 Correct Answer


Marks: 1/1
Which of the following is the aim of K-means clustering?

Reduce the variation between the clusters

Reduce the variation within the clusters You Selected

Reduce the variation between and within the clusters

None of the above

Q No: 2 Correct Answer


Marks: 1/1
https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 1/7
11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

The initial metrics distance between B and A is 4, and the distance between C and A is 6.
Assuming the cluster BC is formed, what is the distance between the cluster (BC) and A using
complete and single link method

4,6

6,4 You Selected

4,5

5,6

Q No: 3 Correct Answer


Marks: 1/1
The average intra-cluster distance is given as 4.2 and the average inter-cluster distance is given
as 5.7. Calculate the silhouette coefficient.

0.1248

0.2632 You Selected

0.5623

0.4524

Q No: 4 Correct Answer


Marks: 1/1
Which of the following uses merging approach?

Density based clustering

Hierarchical clustering You Selected

Partitioned clustering

Distance based clustering

Q No: 5 Incorrect Answer


https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 2/7
11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

Marks: 0/1
How many clusters will be formed at the end of final step in Agglomerative clustering ?

log(n), where n is number of samples

Based on choice of K You Selected

1 Correct Option

Q No: 6 Correct Answer


Marks: 1/1
Elbow graph is drawn between which of the following two parameters?

Number of clusters (K) Vs Sum of square error within cluster You Selected

. Number of clusters (K) vs sum of square of distance between the point from one cluster to
other

Number of clusters (K) vs Silhouette score

Number of clusters (K) Vs Manhattan distance

Q No: 7 Correct Answer


Marks: 1/1
Which of the following equation can be used to compute Euclidean distance?

(x2 - x1) + (y2 - y1)

Square root of ((x2 - x1)² + (y2 - y1)²) You Selected

None of the given options

(x2 - x1)² + (y2 - y1)²

Q No: 8 Correct Answer

https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 3/7
11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

Marks: 1/1
What is the minimum no. of variables/ features required to perform clustering?

1 You Selected

Q No: 9 Correct Answer


Marks: 1/1
Why are linkage methods used?

To measure inter-cluster distance You Selected

To link all the clusters

To measure intra-cluster distance

To link the similar clusters

Q No: 10 Correct Answer


Marks: 1/1
Find the Euclidian distance between the points (2,4,0) and (4,2,1)

3 You Selected

2.35

4.34

Q No: 11 Correct Answer


Marks: 1/1

https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 4/7
11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

Which of the following characteristics are used in determining the optimal set of clusters?

Small clusters

Both compact and distinct clusters You Selected

Distinct clusters

Compact clusters

Q No: 12 Correct Answer


Marks: 1/1
For which algorithm/s, there is no need to pre-specify the number of clusters?

DBSCAN

Both DBSCAN and Hierarchical clustering You Selected

K-Means

Hierarchical clustering

Q No: 13 Correct Answer


Marks: 1/1

Assume, you want to cluster 7 observations into 3 clusters using K-Means clustering algorithm.
After first iteration clusters, C1, C2, C3 has following observations:

C1: {(2,2), (4,4), (6,6)}

C2: {(0,4), (4,0)}

C3: {(6,6), (10,10)}

What will be the cluster centroids if you want to proceed for second iteration?

https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 5/7
11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

None of these

C1: (2,2), C2: (0,0), C3: (5,5)

C1: (6,6), C2: (4,4), C3: (9,9)

C1: (4,4), C2: (2,2), C3: (8,8) You Selected

Q No: 14 Correct Answer


Marks: 1/1
Which of the following clustering algorithm is most sensitive to outliers?

KNN

DBSCAN

K-Means You Selected

K- Modes

Q No: 15 Correct Answer


Marks: 1/1
For which value of p, Minkowski distance is equal to the Euclidean distance ?

2 You Selected

Comments:
Previous Next

+ Add comments
https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 6/7
11/10/24, 2:14 PM Quiz 1 - K-Means, DBSCAN and Hierarchical clustering : Machine Learning 3 - Olympus LMS

© 2024 All rights reserved


Privacy · Terms

https://pesedu.olympuslms.com/courses/118314/quizzes/1156376?pb_id=17941 7/7

You might also like