CHoudrouge4 / ward_method_lsh

An implementation for an approximation algorithm for Ward's method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An implementation for an approximation algorithm for Ward's method

License:GNU General Public License v3.0


Languages

Language:C++ 65.8%Language:Python 33.9%Language:CMake 0.4%