Uses of Class
adams.data.outlier.AbstractOutlierDetector
-
Packages that use AbstractOutlierDetector Package Description adams.data.filter adams.data.outlier adams.flow.transformer -
-
Uses of AbstractOutlierDetector in adams.data.filter
Fields in adams.data.filter declared as AbstractOutlierDetector Modifier and Type Field Description protected AbstractOutlierDetectorOutlierDetector. m_OutlierDetectorthe detector algorithm.Methods in adams.data.filter that return AbstractOutlierDetector Modifier and Type Method Description AbstractOutlierDetectorOutlierDetector. getDetector()Returns the current outlier detector.Methods in adams.data.filter with parameters of type AbstractOutlierDetector Modifier and Type Method Description voidOutlierDetector. setDetector(AbstractOutlierDetector value)Sets the outlier detector. -
Uses of AbstractOutlierDetector in adams.data.outlier
Subclasses of AbstractOutlierDetector in adams.data.outlier Modifier and Type Class Description classAbstractDatabaseConnectionOutlierDetector<T extends DataContainer>Ancestor for outlier detectors that require a database connection.classAbstractScriptAncestor for outlier detector scripts.classAbstractScriptedOutlierDetectorAbstract ancestor for outlier detectors that execute external scripts.classExcludedChecks whether the 'Excluded' flag has been set in the report.classFieldRequiredChecks whether the specified field is present in the report.classFilteredOutlierDetector<T extends DataContainer>A meta detector that first filters the data through a filter before pushing it through the base detector.classGroovyAn outlier detector that uses a Groovy script for processing the data.classMinMaxDetects data containers where a report value is too high/low.classMultiOutlierDetector<T extends DataContainer>A meta-detector that runs multiple outlier detectors over the data.classPassThroughA dummy detector that detects nothing.classScriptedAn outlier detector that uses any scripting handler for processing the data with a script located in the specified file.classStringMatcherChecks whether the specified string field is available in the report and the value matches the specified regular expression.classTargetRequiredChecks whether the specified target field is available in the report.classTimeseriesMinPointsEnsures that a minimum number of points in the timeseries have the specified minimum value.classTimeseriesRangeEnsures that timeseries values lie within the defined range.classTimeseriesTimestampCheckChecks whether the timestamp with the specified index meets the condition (eg before or after the supplied timestamp).Fields in adams.data.outlier declared as AbstractOutlierDetector Modifier and Type Field Description protected AbstractOutlierDetectorAbstractOutlierDetector.DetectorJob. m_Detectorthe detector to use.protected AbstractOutlierDetectorFilteredOutlierDetector. m_Detectorthe detector to use.protected AbstractOutlierDetector[]MultiOutlierDetector. m_Detectorsthe detectors.protected AbstractOutlierDetectorGroovy. m_OutlierDetectorObjectthe loaded script object.protected AbstractOutlierDetectorScripted. m_OutlierDetectorObjectthe loaded script object.Methods in adams.data.outlier that return AbstractOutlierDetector Modifier and Type Method Description static AbstractOutlierDetectorAbstractOutlierDetector. forCommandLine(String cmdline)Instantiates the detector from the given commandline (i.e., classname and optional options).static AbstractOutlierDetectorAbstractOutlierDetector. forName(String classname, String[] options)Instantiates the detector with the given options.AbstractOutlierDetectorFilteredOutlierDetector. getDetector()Returns the detector in use.AbstractOutlierDetectorAbstractOutlierDetector.DetectorJob. getOutlierDetector()Returns the detector being used.AbstractOutlierDetector[]MultiOutlierDetector. getSubDetectors()Returns the detectors in use.AbstractOutlierDetectorAbstractOutlierDetector. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractOutlierDetectorAbstractOutlierDetector. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.outlier with parameters of type AbstractOutlierDetector Modifier and Type Method Description voidFilteredOutlierDetector. setDetector(AbstractOutlierDetector value)Sets the detector to use.voidMultiOutlierDetector. setSubDetectors(AbstractOutlierDetector[] value)Sets the detectors to use.Constructors in adams.data.outlier with parameters of type AbstractOutlierDetector Constructor Description DetectorJob(AbstractOutlierDetector detector, T data)Initializes the job. -
Uses of AbstractOutlierDetector in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractOutlierDetector Modifier and Type Field Description protected AbstractOutlierDetectorOutlierDetector. m_Detectorthe outlier detector to use.Methods in adams.flow.transformer that return AbstractOutlierDetector Modifier and Type Method Description AbstractOutlierDetectorOutlierDetector. getDetector()Returns the outlier detector in use.Methods in adams.flow.transformer with parameters of type AbstractOutlierDetector Modifier and Type Method Description voidOutlierDetector. setDetector(AbstractOutlierDetector value)Sets the outlier detector to use.
-