Hierarchical clustering

Hierarchical clustering

University

5 Qs

quiz-placeholder

Similar activities

Data Mining

Data Mining

University

8 Qs

Data Visualization

Data Visualization

University

10 Qs

Classification and Clustering

Classification and Clustering

University

8 Qs

Data Mining chapter 11 : Clustering

Data Mining chapter 11 : Clustering

University

10 Qs

Implementing Mass Storage Application

Implementing Mass Storage Application

10th Grade - University

10 Qs

clustering

clustering

University

10 Qs

Distance Based Clustering

Distance Based Clustering

University

5 Qs

DWDM12

DWDM12

University

3 Qs

Hierarchical clustering

Hierarchical clustering

Assessment

Quiz

Computers

University

Hard

Created by

... ...

Used 18+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

What are the two types of Hierarchical Clustering?

Top-Down Clustering (Divisive)

Dendrogram

Bottom-Top Clustering (Agglomerative)

K-means

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a Dendrogram?

A tree diagram used to illustrate the arrangement of clusters in hierarchical clustering.

A type of hierarchical clustering.

A type of bar chart diagram to visualize k-means clusters.

A tree diagram used to illustrate the arrangement of clusters in partitional clustering.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_____ is a clustering procedure where all objects start out in one giant cluster. Clusters are formed by dividing this cluster into smaller and smaller clusters.

Non-hierarchical clustering

Divisive clustering

Agglomerative clustering

K-means clustering

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Q. In the figure above, if you draw a horizontal line on y-axis for y=2. What will be the number of clusters formed?

2

3

4

5

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following statements are true?

When clustering, we want to put two dissimilar data objects into the same cluster.

Clustering analysis in unsupervised learning since it does not require labeled training data.

Clustering analysis has a wide range of applications in tasks such as data summarization, dynamic trend detection, multimedia analysis, and biological network analysis.

We need to consider how to incorporate user preference for cluster size and shape into the clustering algorithm.

We must know the number of output clusters a priori for all clustering algorithms