Metadata-Version: 2.1
Name: QuClu
Version: 0.0.1
Summary: A Python library for k-quantile Clustering.
Home-page: https://github.com/filippofiocchi/QuClu
Author: Filippo Fiocchi
Author-email: filippofiocchi1@gmail.com
License: MIT
Download-URL: https://github.com/filippofiocchi/QuClu/archive/refs/tags/0.0.1.tar.gz
Platform: UNKNOWN
License-File: LICENSE.txt

# Quantile-Based-Clustering
This is a Python library for Quantile-based clustering[1].
All four algorithms are implemented.
Download on you pc using $\verb|pip install QuClu.py|$


## Bibliography
[1] Hennig, Christian, Cinzia Viroli, and Laura Anderlucci. "Quantile-based clustering." Electronic Journal of Statistics 13.2 (2019): 4849-4883.


