-3

If I have given with a data set how do I determine which hierarchical clustering algorithm I should use? whether to use single, complete or average linkage?

what are the criteria that I need to consider before selecting?

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
New Developer
  • 3,245
  • 10
  • 41
  • 78

1 Answers1

3

Choose what gives the best results on your data.

Try all of them. Then evaluate, evaluate, evaluate. Don't assume that some mathematical measure will tell you what to do, this is very data specific, and usefulness cannot be captured by mathematics.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194