Skip to content

jonfink/hcluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical clustering for points in R^d

Based on the paper "Performance guarantees for hierarchical clustering" by Sanjoy Dasgupta and Philip M. Long Download PDF here

Straight forward implementation of the Algorithm for points in R^4 with the Euclidian norm.

Compiling

Only depends on STL and CMake (for building)

 mkdir build
 cd build
 cmake ..
 make

Usage

See the file test_hcluster.cc for a usage example.

About

Hierarchical Clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published