Interface TrainableColumnFinder

    • Method Detail

      • trainColumnFinder

        boolean trainColumnFinder​(SpreadSheet data)
        Trains the column finder with the specified spreadsheet.
        Parameters:
        data - the training data
        Returns:
        true if successfully trained
      • isColumnFinderTrained

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