pydpc

Python package for Density Peak-based Clustering


Keywords
cluster, density
License
LGPL-3.0+
Install
pip install pydpc==0.1.3

Documentation

pydpc - a Python package for Density Peak-based Clustering

Build Status Coverage Status PyPI version PyPI downloads

Clustering by fast search and find of density peaks was designed by Alex Rodriguez and Alessandro Laio; see their project page for more information.

The pydpc package aims to make this algorithm available for Python users.

Installation

Install pydpc via pip from the Python package index

pip install pydpc

or the latest version from github

pip install git+https://github.com/cwehmeyer/pydpc.git@master