Skip to content

Commit

Permalink
Link to documentation was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alitouka committed Jun 13, 2014
1 parent 7c036d3 commit 927ef48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Spark DBSCAN is an implementation of the [DBSCAN clustering algorithm](http://en

This software is **EXPERIMENTAL** , it supports only Euclidean and Manhattan distance measures ( [why?](../../wiki/How-It-Works#why-not-all-distance-measures-are-supported) ) 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](../../wiki/Using-Spark-DBSCAN-as-a-standalone-application) ). Alternatively, you can include it into your own app - its API is [documented](https://github.com/alitouka/spark_dbscan/raw/master/scaladoc) and easy to use ( [Learn how](../../wiki/Including-Spark-DBSCAN-in-your-application) ).
You can use Spark DBSCAN as a standalone application which you can submit to a Spark cluster ( [Learn how](../../wiki/Using-Spark-DBSCAN-as-a-standalone-application) ). Alternatively, you can include it into your own app - its API is [documented](http://alitouka-public.s3-website-us-east-1.amazonaws.com/spark_dbscan/releases/0.0.1/scaladoc/#org.alitouka.spark.dbscan.package) and easy to use ( [Learn how](../../wiki/Including-Spark-DBSCAN-in-your-application) ).

Learn more about:

Expand Down

0 comments on commit 927ef48

Please sign in to comment.