Class MultiOutlierDetector<T extends DataContainer>

    • Field Detail

      • m_StopOnFirstDetection

        protected boolean m_StopOnFirstDetection
        stops detection as soon as one sub-detector detected something.
    • Constructor Detail

      • MultiOutlierDetector

        public MultiOutlierDetector()
    • Method Detail

      • subDetectorsTipText

        public String subDetectorsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setSubDetectors

        public void setSubDetectors​(AbstractOutlierDetector[] value)
        Sets the detectors to use.
        Parameters:
        value - the detectors to use
      • getSubDetectors

        public AbstractOutlierDetector[] getSubDetectors()
        Returns the detectors in use.
        Returns:
        the detectors
      • setStopOnFirstDetection

        public void setStopOnFirstDetection​(boolean value)
        Sets whether detection process is stopped as soon as one detector detected something.
        Parameters:
        value - true if detection is to be stopped
      • getStopOnFirstDetection

        public boolean getStopOnFirstDetection()
        Returns whether detection process is stopped as soon as one detector detected something.
        Returns:
        true if detection is stopped
      • stopOnFirstDetectionTipText

        public String stopOnFirstDetectionTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.