Question:medium

Which among the following is not a valid distance specifying criterion between the clusters, in the context of hierarchical clustering?

Show Hint

In hierarchical clustering, the valid distance criteria include single linkage, group average, and complete linkage.
Updated On: Jan 17, 2026
  • Single linkage
  • Group Average
  • Complete Linkage
  • Double linkage
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Understanding hierarchical clustering.
Hierarchical clustering measures the distance between clusters using criteria such as single linkage, group average, and complete linkage. Double linkage is not a valid criterion.

Step 2: Analysis of options.
- (A) Single linkage: Valid. This defines cluster distance as the minimum distance between elements in different clusters.
- (B) Group Average: Valid. This calculates the average distance between all points in different clusters.
- (C) Complete Linkage: Valid. This defines cluster distance as the maximum distance between elements in different clusters.
- (D) Double linkage: Invalid. Double linkage is not a recognized criterion in hierarchical clustering.

Step 3: Conclusion.
The incorrect option, and thus the correct answer to identify the invalid criterion, is (D) Double linkage.

Was this answer helpful?
0