Interface TrainableBatchFilter<T extends DataContainer>

    • Method Detail

      • resetFilter

        void resetFilter()
        Resets the filter, i.e., flags it as "not trained".
        See Also:
        isTrained()
      • trainFilter

        void trainFilter​(T[] data)
        Trains the filter with the specified data.
      • isTrained

        boolean isTrained()
        Returns whether the filter has been trained already and is ready to use.
        Returns:
        true if already trained