1 Star 0 Fork 1

xuhaowork / spark_dbscan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
alitouka 提交于 2017-06-24 10:37 . Update README.md

Spark DBSCAN is an implementation of the DBSCAN clustering algorithm on top of Apache Spark . It also includes 2 simple tools which will help you choose parameters of the DBSCAN algorithm.

Clusters identified by the DBSCAN algorithm

This software is EXPERIMENTAL , it supports only Euclidean and Manhattan distance measures ( why? ) and it is not well optimized yet. I tested it only on small datasets (millions of records with 2 features in each record).

You can use Spark DBSCAN as a standalone application which you can submit to a Spark cluster ( Learn how ). Alternatively, you can include it into your own app - its API is documented and easy to use ( Learn how ).

Learn more about:

Performance

Performance chart

Credits

I was glad to receive contributions from other people and I'd like to say thank you:

  • Mark Geraty - for fixing a bug with Java RDDs;
  • @agrinh - for adding compatibility with Spark 1.1.0
1
https://gitee.com/xuhaowork/spark_dbscan.git
git@gitee.com:xuhaowork/spark_dbscan.git
xuhaowork
spark_dbscan
spark_dbscan
master

搜索帮助