Instructions

This is an implementation of the DBSCAN clustering algorithm. Click anywhere on the canvas to add a datapoint at that location. Try creating a few clusters, and also a few random points scattered about. Then, click run to run the clustering algorithm.

For more information about DBSCAN, check out the wikipedia article.

Parameter Name Parameter Value Description
Epsilon The maximum distance between cluster points, in pixels. A scale is displayed on the screen.
Min Cluster Size The minimum number of points that must be near each other to be considered a cluster.

Clear
Run