There are plenty of publications that propose methods to choose the parameters eps and minpts in DBSCAN. The most notable is OPTICS, a DBSCAN variation that does away with the epsilon parameter; it produces a hierarchical result that can roughly be seen as "running DBSCAN with every possible epsilon". but still in weka when i use OPTICS i have to provide the minpts and epsilon parameters.
Is it a different implementation of OPTICS?