# pydpc **Repository Path**: bbxc/pydpc ## Basic Information - **Project Name**: pydpc - **Description**: 转自:https://github.com/cwehmeyer/pydpc - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pydpc - a Python package for Density Peak-based Clustering [![CircleCI](https://circleci.com/gh/cwehmeyer/pydpc.svg?style=svg)](https://circleci.com/gh/cwehmeyer/pydpc) [![PyPI version](https://badge.fury.io/py/pydpc.svg)](https://pypi.python.org/pypi/pydpc) [![PyPI downloads](https://img.shields.io/pypi/dm/pydpc.svg)](https://pypi.python.org/pypi/pydpc) *Clustering by fast search and find of density peaks* was designed by Alex Rodriguez and Alessandro Laio; see their [project page](http://people.sissa.it/~laio/Research/Res_clustering.php) 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 ```bash pip install pydpc ``` or the latest version from github ```bash pip install git+https://github.com/cwehmeyer/pydpc.git@master ```