Package elki

Interface Algorithm

    • Method Detail

      • autorun

        default java.lang.Object autorun​(Database database)
        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 getInputTypeRestriction().
        Parameters:
        database - the database to run the algorithm on
        Returns:
        the Result computed by this algorithm
      • getInputTypeRestriction

        TypeInformation[] getInputTypeRestriction()
        Get the input type restriction used for negotiating the data query.
        Returns:
        Type restriction