# fuzzy_dbscan
This crate computes [fuzzy clusters](https://en.wikipedia.org/wiki/Fuzzy_clustering) using the FuzzyDBSCAN algorithm [1].
## Usage
See [documentation](https://docs.rs/fuzzy_dbscan) for an example.
## References
[1] Dino Ienco, and Gloria Bordogna. "Fuzzy extensions of the DBScan clustering algorithm." Soft Computing (2016).
## Versioning
This project is maintained under the [Semantic Versioning](http://semver.org/) guidelines.
## License
Licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). Copyright © 2018 Christoph Schulz.