معرفی شرکت ها


Dcluster-0.5.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python package for Clustering by fast search and find of density peaks
ویژگی مقدار
سیستم عامل -
نام فایل Dcluster-0.5.2
نام Dcluster
نسخه کتابخانه 0.5.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Guipeng Li
ایمیل نویسنده guipenglee@gmail.com
آدرس صفحه اصلی https://github.com/GuipengLi/Dcluster
آدرس اینترنتی https://pypi.org/project/Dcluster/
مجوز -
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. Installation ------------ This version is for both python2 and python3. The first step is to install Python. Python is available from the `Python project page <https://www.python.org/>`_. Dcluster depends on `numpy <http://www.numpy.org/>`_ and `matplotlib <http://matplotlib.org>`_. The next step is to install Dcluster. You can download the source code at `Github <https://github.com/GuipengLi/Dcluster>`_ or at `PyPi <https://pypi.python.org/pypi/Dcluster>`_ for Dcluster, and then run:: $ python setup.py install Or install from PyPi using `pip <http://www.pip-installer.org/en/latest/>`_ , a package manager for Python:: $ pip install Dcluster Usage ----- The only input is the distance metrics between observations. See the test.dat. Dcluster supports interacive clustering based on Decision Graph:: import Dcluster as dcl filein="test.dat" dcl.run(fi=filein, sep='\t') Test data --------- See the test.dat in test/. One can choose different cluster centers based on Decision Graph. And please first press key 'n' then 'Enter' to quit. Result will be saved automatically. Contact ------- Author: Guipeng Li Email: guipeng.lee@gmail.com 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>`_)


نحوه نصب


نصب پکیج whl Dcluster-0.5.2:

    pip install Dcluster-0.5.2.whl


نصب پکیج tar.gz Dcluster-0.5.2:

    pip install Dcluster-0.5.2.tar.gz