Skip to content

An implementation of various methods of agglomerative clustering.

Notifications You must be signed in to change notification settings

sr-dolzhenkov/Hierarchical-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical Clustering

This program performs clustering on two-dimensional points using agglomerative methods.

Linkage Criteria:

  • Single linkage (SL)
  • Complete linkage (CL)
  • Unweighted pair group method with arithmetic mean (UPGMA)
  • Unweighted pair group method with centroid average (UPGMC)
  • Ward's method (WM)

Determining the Number of Clusters:

  • Silhouette method (SM)
  • e-2 hypothesis (E2H)

About

An implementation of various methods of agglomerative clustering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages