X
debalina.barik@gmail.com
(https://swayam.gov.in)
(https://swayam.gov.in/nc_details/NPTEL)
NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL)
»
Data Analytics with Python (course)
Course outline
Week11 : Assignment 11
How does an NPTEL The due date for submitting this assignment has passed.
online course work? () Due on 2022-04-13, 23:59 IST.
Week 0 ()
Assignment submitted on
2022-04-12, 01:45 IST
Week 1 () 1) ________ is used for
calculating distance measures in clustering using python 1 point
Week 2 ()
distance_matrix
spatial_matrix
Week 3 ()
scipy_matrix
distance.matrix
Week 4 ()
Yes, the answer is correct.
Score: 1
Week 5 ()
Accepted Answers:
distance_matrix
Week 6 ()
2) The formula for dissimilarity computation between two objects for categorical variables is – 1 point
Week 7 () Here p is a categorical variable and m denotes the number of matches.
Week 8 ()
D(i,j) = p-m / p
Week 9 ()
D(i,j) = p-m / m
D(i,j) = m-p / p
Week 10 ()
D(i,j) = m-p / m
Week 11 () Yes, the answer is correct.
Score: 1
Clustering analysis: Part III Accepted Answers:
(unit?unit=95&lesson=96)
D(i,j) = p-m / p
Cluster analysis: Part IV 3) Select the correct option for a data set with 7 objects and an interval-scaled variable ‘f’ we have the following measurements: 1 point
(unit?unit=95&lesson=97) f = (1, 2, 3, 4, 5, 8, 50) containing one outlying value.
Cluster analysis: Part V
Std deviation (std_f) and mean absolute deviation (s_f) are equally affected
(unit?unit=95&lesson=98)
Mean absolute deviation (s_f) is more affected by the outlier
K- Means Clustering (unit?
Std deviation (std_f) is more affected by the outlier
unit=95&lesson=99)
None of these
Hierarchical method of
Yes, the answer is correct.
clustering -I (unit? Score: 1
unit=95&lesson=100)
Accepted Answers:
Important data files (unit? Std deviation (std_f) is more affected by the outlier
unit=95&lesson=101)
4) Which of the following is true for K-means clustering? 1 point
Quiz: Week11 :
Assignment 11
It comes under the partitioning method
(assessment?name=144)
The number of clusters is predefined for this method
Cluster similarity is measure in regard to the mean value of the objects in a cluster
Week 12 ()
All of the above
Download Videos () Yes, the answer is correct.
Score: 1
Weekly Feedback () Accepted Answers:
All of the above
Text Transcripts () 5) Which of the following can act as possible termination conditions in K-Means? 1 point
1. For a fixed number of iterations.
Books () 2. Assignment of observations to clusters does not change between iterations. Except for cases with a bad local minimum.
3. Centroids do not change between successive iterations.
Live sessions - Solve 4. Terminate when Residual Sum of Squares (RSS) falls below a threshold.
sample problems with
us ()
1,3 and 4
1,2,3 and 4
2 and 3
None of these
Yes, the answer is correct.
Score: 1
Accepted Answers:
1,2,3 and 4
6) In the figure below, if you draw a horizontal line on y-axis for y=2. What will be the number of clusters formed? 1 point
(Image link: https://drive.google.com/file/d/1uLZZgkWh7SwYlPg9S5PSwHc3kqGAlJbI/view)
1
2
3
4
Yes, the answer is correct.
Score: 1
Accepted Answers:
2
7) Which of the following clustering requires merging approach? 1 point
Partitional
Naive Bayes
Hierarchical
None of these
Yes, the answer is correct.
Score: 1
Accepted Answers:
Hierarchical
8) State True or False:
Hierarchical clustering should primarily be used for exploration 1 point
True
False
Yes, the answer is correct.
Score: 1
Accepted Answers:
True
9) State True or False: For
finding dissimilarity between two clusters in hierarchical clustering,
average-link is the only 1 point
metric used
True
False
Yes, the answer is correct.
Score: 1
Accepted Answers:
False
10) Hierarchical clustering
can either be an agglomerative or divisive algorithm 1 point
True
False
Yes, the answer is correct.
Score: 1
Accepted Answers:
True