Metadata-Version: 1.0
Name: Dcluster
Version: 0.2.0
Summary: A Python package for Clustering by fast search and find of density peaks
Home-page: https://github.com/GuipengLi/Dcluster
Author: Guipeng Li
Author-email: guipenglee@gmail.com
License: UNKNOWN
Description: Clustering by fast search and find of density peaks
        ============
        
        This Python package implements the clustering algorithm  proposed by Alex Rodriguez and Alessandro Laio. It generates the initial rho and delta values for each observation then use these values to assign observations to clusters.
        
        
        Usage
        ------------
        xxx
        
        
        Refences
        ------------
        Rodriguez, A., & Laio, A. (2014). Clustering by fast search and find of density peaks. Science, 344(6191), 1492-1496. (`paper <http://www.sciencemag.org/content/344/6191/1492.full>`_)
        
Keywords: Cluster,fast,density
Platform: UNKNOWN
