Interface TrainableSpreadSheetFilter

    • Method Detail

      • resetFilter

        void resetFilter()
        Invalidates the training.
      • isTrained

        boolean isTrained()
        Whether the filter has already been trained.
        Returns:
        true if trained
      • train

        SpreadSheet train​(SpreadSheet data)
                   throws Exception
        (Re-)Trains on the spreadsheet.
        Parameters:
        data - the spreadsheet to train with and filter
        Returns:
        the filtered spreadsheet
        Throws:
        Exception - if training fails