Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 266 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 266 Bytes

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