Interface OPTICSTypeAlgorithm

  • All Superinterfaces:
    elki.Algorithm
    All Known Subinterfaces:
    GeneralizedOPTICS
    All Known Implementing Classes:
    AbstractOPTICS, FastOPTICS, HiCO, HiSC, OPTICSHeap, OPTICSList

    public interface OPTICSTypeAlgorithm
    extends elki.Algorithm
    Interface for OPTICS type algorithms, that can be analyzed by OPTICS Xi etc.
    Since:
    0.7.0
    Author:
    Erich Schubert
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface elki.Algorithm

        elki.Algorithm.Utils
    • Method Detail

      • autorun

        default ClusterOrder autorun​(elki.database.Database database)
        Specified by:
        autorun in interface elki.Algorithm
      • getMinPts

        int getMinPts()
        Get the minpts value used. Needed for OPTICS Xi.
        Returns:
        minpts value