Welcome to Shared Nearest Neighbors’s documentation!

Shared Nearest Neighbors

https://img.shields.io/pypi/v/shared_nearest_neighbors.svg https://img.shields.io/travis/felipeangelimvieira/SharedNearestNeighbors.svg Documentation Status

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.