Skip to content

An implementation for an approximation algorithm for Ward's method

License

Notifications You must be signed in to change notification settings

CHoudrouge4/ward_method_lsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ward's Method with LSH Data Structure

Requirements

Essential

  • cmake
  • g++

other (on ubuntu)

  • liblz4-dev
  • libhdf5-dev
  • python3-pip
  • sklearn

Compilation

On Ubuntu and other Linux-based systems: Inside the directory.

cmake .

make