Metadata-Version: 2.1
Name: shared-nearest-neighbors
Version: 0.1.0
Summary: SNN Algorithm
Home-page: https://github.com/felipeangelimvieira/shared_nearest_neighbors
Author: Felipe L Angelim Vieira
Author-email: felipeangelim@gmail.com
License: MIT license
Keywords: shared_nearest_neighbors
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: sklearn (>=0.20.0)
Requires-Dist: numpy (>=1.18.0)

========================
Shared Nearest Neighbors
========================


.. image:: https://img.shields.io/pypi/v/shared_nearest_neighbors.svg
        :target: https://pypi.python.org/pypi/shared_nearest_neighbors

.. image:: https://img.shields.io/travis/felipeangelimvieira/shared_nearest_neighbors.svg
        :target: https://travis-ci.com/felipeangelimvieira/shared_nearest_neighbors

.. image:: https://readthedocs.org/projects/shared-nearest-neighbors/badge/?version=latest
        :target: https://shared-nearest-neighbors.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/felipeangelimvieira/shared_nearest_neighbors/shield.svg
     :target: https://pyup.io/repos/github/felipeangelimvieira/shared_nearest_neighbors/
     :alt: Updates




A Shared Nearest Neighbors (Jarvis-patrick) clustering implementation. This code is basically a wrapper of sklearn DBSCAN, implementing the neighborhood similarity as a metric.
The implementation follows the syntax of scikit-learn clustering classes.

* Free software: MIT license
* Documentation: https://shared-nearest-neighbors.readthedocs.io.




=======
History
=======

0.1.0 (2022-01-06)
------------------

* First release on PyPI.


