Interface TrainableOutlierDetector<T extends DataContainer>

    • Method Detail

      • resetDetector

        void resetDetector()
        Resets the detector, i.e., flags it as "not trained".
        See Also:
        isTrained()
      • trainDetector

        void trainDetector​(T[] data)
        Trains the detector with the specified data.
      • isTrained

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