Interface TrainableRowFinder

    • Method Detail

      • trainRowFinder

        boolean trainRowFinder​(weka.core.Instances data)
        Trains the row finder with the specified dataset.
        Parameters:
        data - the training data
        Returns:
        true if successfully trained
      • isRowFinderTrained

        boolean isRowFinderTrained()
        Checks whether the row finder has been trained.
        Returns:
        true if the row finder has been trained already