Interface OPTICSTypeAlgorithm

    • Method Detail

      • autorun

        default ClusterOrder autorun​(Database database)
        Description copied from interface: Algorithm
        Try to auto-run the algorithm on a database by calling a method called run, with an optional Database first, and with data relations as specified by Algorithm.getInputTypeRestriction().
        Specified by:
        autorun in interface Algorithm
        Parameters:
        database - the database to run the algorithm on
        Returns:
        the Result computed by this algorithm
      • getMinPts

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