Python Implementation of OPTICS (Clustering) Algorithm
I’m not aware of a complete and exact python implementation of OPTICS. The links posted here seem just rough approximations of the OPTICS idea. They also do not use an index for acceleration, so they will run in O(n^2) or more likely even O(n^3). OPTICS has a number of tricky things besides the obvious idea. … Read more