IFN580 Week 8 Clustering Flashcards

(13 cards)

1
Q

What is clustering?

A

A ML technique that groups similar data points together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

K-means terminates when?

A

When the cluster centres for the current iteration are identical to the previous iteration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is hierarchical clustering?

A

building a hierarchy of clusters represented by a dendogram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are hierarchical clusters built?

A

by splitting or merging clusters based on distance between them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which clustering algorithm initially assumes that each instance represents a single cluster?

A

Agglomerative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

List some of the distance measures that are used in clustering.

A

Manhattan Distance
Euclidean Measure
Minkowski Distance
Dot Point
Cosine Similarity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can the distance between missing values be computed?

A

Assume they are maximally distant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Unsupervised evaluation can be internal or external. Which of the following is an internal method for evaluating alternative clusterings produced by the K-Means algorithm?

A

Compare the sum of squared error differences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the range for silhouette scores?

A

between -1 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are silhouette scores?

A

calculates the quality of a clustering solution using intra-cluster and inter-cluster distances

1 = clusters are well apart
0 = clusters are overlapping
-1 = point is in wrong cluster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How to determine what is the optimal number of clusters when
using the using the elbow method?

A

the point at which the reduction starts to level off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly