Class MultiOutlierDetector

  • All Implemented Interfaces:
    Destroyable, ErrorProvider, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, QuickInfoSupporter, SizeOfHandler, Serializable

    public class MultiOutlierDetector
    extends AbstractOutlierDetector
    Applies the specified outlier detectors sequentially and combines the detected outliers either via union or intersect.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -detector <adams.flow.control.removeoutliers.AbstractOutlierDetector> [-detector ...] (property: detectors)
        The detectors to apply sequentially.
        default: 
     
    -combination <UNION|INTERSECT> (property: combination)
        How to combine the outliers from the various detectors.
        default: UNION
     
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form