0 votes
in Clustering - The Data Ensemble by
Which of the following metrics do we have for finding dissimilarity between two clusters in hierarchical clustering?

Single-link

Complete-link

Average-link

Select the correct answer from below options:

A. 1 and 2

B. 1 and 3

C. 2 and 3

D. 1, 2 and 3

1 Answer

0 votes
by

Answer: (D)

All three methods, i.e., single link, complete link, and average link, can be used for finding dissimilarity between two clusters in hierarchical clustering( can be found in the Python library scikit-learn).

...