0% found this document useful (0 votes)
220 views6 pages

Quiz 3 - 20PAIE51J - Machine Learning - Unsupervised Model - Great Learning PDF

Uploaded by

Nandhakumar
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)
220 views6 pages

Quiz 3 - 20PAIE51J - Machine Learning - Unsupervised Model - Great Learning PDF

Uploaded by

Nandhakumar
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/ 6

5/2/23, 3:29 PM Quiz 3: 20PAIE51J - Machine Learning - Unsupervised model - Great Learning

Go Back to 20PAIE51J - Machine Learning - Unsupervised model

 Course Content

Quiz 3
Type : Graded Quiz

Attempts : 1/1
Questions : 10
Time : 25m

Due Date : May 03, 11:59 PM

Your Marks : 5/10

Attempt History

Attempt #1
Marks: 5
May 02, 3:27 PM

Q No: 1 Unattempted

What is the condition for a point to be core point in DBSCAN?

neighbor > minpts and distance <=eps

neighbor < minpts and distance < eps

neighbor > minpts and distance < eps

neighbor < minpts and distance <= eps

https://olympus.mygreatlearning.com/courses/90553/quizzes/702627 1/6
5/2/23, 3:29 PM Quiz 3: 20PAIE51J - Machine Learning - Unsupervised model - Great Learning

Q No: 2 Correct Answer

_______ and ________ are the input for DBSCAN algorithm to perform clustering.

Number of clusters and eps

Number of clusters

eps and minpts You Selected

Number of clusters and Minpts

Q No: 3 Correct Answer

________ algorithm requires the number of cluster before the start of clustering.

K-means You Selected

density method

divisive method

agglomerative method

Q No: 4 Incorrect Answer

The minimum value for minpts parameter must be choosen as ____________

https://olympus.mygreatlearning.com/courses/90553/quizzes/702627 2/6
5/2/23, 3:29 PM Quiz 3: 20PAIE51J - Machine Learning - Unsupervised model - Great Learning

utmost 3

None of the mentioned

equal to 3 You Selected

atleast 3

Q No: 5 Incorrect Answer

Pickup the correct answer from the given option regarding DBSCAN. (Select all that apply).

It is difficult to interpret the clusters it produces.

It is sensitive to the choice of parameters. You Selected

It is suitable for high-dimensional data. You Selected

Q No: 6 Incorrect Answer

What is the condition for a point to be border point in DBSCAN?

neighbor < minpts and distance < eps You Selected

neighbor > minpts and distance <= eps

neighbor < minpts and distance <= eps

neighbor > minpts and distance > eps

https://olympus.mygreatlearning.com/courses/90553/quizzes/702627 3/6
5/2/23, 3:29 PM Quiz 3: 20PAIE51J - Machine Learning - Unsupervised model - Great Learning

Q No: 7 Unattempted

In DBSCAN clustering choose the correct choice regarding eplison.

(i) Eps defines the neighbourhood around the data point.


(ii) Eps defines the radius of the cluster.

Both are false

(i) and (ii) is true

Only (ii) is true

Only (i) is true

Q No: 8 Correct Answer

Check the correct answer from the given option regarding outliers.
(i) Density clustering method easily recognizes the outlier.

(ii) A point which is not a core point or a border point is a outlier. 

(iii) Kmeans algorithm is sensitive to outliers.

Both (i) and (iii) are true.

Both (i) and (ii) are true.

Both (ii) and (iii) are true.

Both (i), (ii) and (iii) are true. You Selected

Q No: 9 Correct Answer

https://olympus.mygreatlearning.com/courses/90553/quizzes/702627 4/6
5/2/23, 3:29 PM Quiz 3: 20PAIE51J - Machine Learning - Unsupervised model - Great Learning

If D is the dimension of the dataset, what is the value of minpts in density based clustering?

Minpts >= D+1 You Selected

Minpts >= D

Minpts > D+1

Minpts > D

Q No: 10 Correct Answer

If ‘n’ is the datapoints in the dataset, then the time complexity of DBSCAN without any
improvement is __________.

O(n log n)

O(log n)

O(n^2) You Selected

O(n)

Comments:
Previous
+ Add comments

Proprietary content.©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.

https://olympus.mygreatlearning.com/courses/90553/quizzes/702627 5/6
5/2/23, 3:29 PM Quiz 3: 20PAIE51J - Machine Learning - Unsupervised model - Great Learning

© 2023 All rights reserved.

Help

https://olympus.mygreatlearning.com/courses/90553/quizzes/702627 6/6

You might also like