mperrot / ComparisonHC

Python implementation of several comparison-based hierarchical clustering algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison-based Hierarchical Clustering

This is a Python implementation of several comparison-based hierarchical clustering algorithms.

Citing ComparisonHC

If you use this software please cite the following publication:

@inproceedings{ghoshdastidar2018foundations,
  title={Foundations of Comparison-Based Hierarchical Clustering},
  author={Ghoshdastidar, Debarghya and Perrot, Micha{\"e}l and von Luxburg, Ulrike},
  booktitle={Advances in Neural Information Processing Systems},
  year={2019}
}

Installation

You can install this package by cloning the repository and running the setup file:

git clone https://github.com/mperrot/ComparisonHC.git
cd ComparisonHC
python setup.py install

Examples

Examples on how to use this package are provided below:

About

Python implementation of several comparison-based hierarchical clustering algorithms.

License:MIT License


Languages

Language:Python 100.0%