Skip to content

aonghus/optics-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPTICS Clustering

The original OPTICS algorithm is due to [Sander et al][1], and is designed to improve on DBSCAN by taking into account the variable density of the data. OPTICS computes a dendogram based on the reachability of points. The clusters have to be extracted from the reachability, and I use the 'automatic' algorithm, also by [Sander et al][2]

To speed things up I use an rtree spatial index for the nearest neighbour queries.

I'll add some more tests- for the moment there is an ipython notebook which generates test data (or takes it from file), and plots the clusters.

[1]: Mihael Ankerst, Markus M. Breunig, Hans-Peter Kriegel, Jörg Sander (1999). "OPTICS: Ordering Points To Identify the Clustering Structure". ACM SIGMOD international conference on Management of data. ACM Press. pp. 49–60.

[2]: Sander, Jörg, Xuejie Qin, Zhiyong Lu, Nan Niu, and Alex Kovarsky. "Automatic extraction of clusters from hierarchical clustering representations." In Advances in Knowledge Discovery and Data Mining, pp. 75-87. Springer Berlin Heidelberg, 2003.

About

OPTICS - Density Based Clustering in Spatial Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages