Uses of Class
adams.data.cleaner.spectrum.AbstractCleaner
-
Packages that use AbstractCleaner Package Description adams.data.cleaner.spectrum adams.flow.control -
-
Uses of AbstractCleaner in adams.data.cleaner.spectrum
Subclasses of AbstractCleaner in adams.data.cleaner.spectrum Modifier and Type Class Description class
AbstractDatabaseConnectionCleaner
Ancestor for cleaners that require a database connection.class
AbstractSerializableCleaner
Abstract cleaner that can serialize its setup to disk and also load it from there.class
InterPercentileRangeCleaner
class
MinMax
Checks a field in the sample data whether the value is within a certain range.class
PassThrough
Dummy cleaner that flags everything as clean.Methods in adams.data.cleaner.spectrum that return AbstractCleaner Modifier and Type Method Description static AbstractCleaner
AbstractCleaner. forCommandLine(String cmdline)
Instantiates the filter from the given commandline (i.e., classname and optional options).static AbstractCleaner
AbstractCleaner. forName(String classname, String[] options)
Instantiates the filter with the given options.AbstractCleaner
AbstractCleaner. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractCleaner
AbstractCleaner. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options. -
Uses of AbstractCleaner in adams.flow.control
Fields in adams.flow.control declared as AbstractCleaner Modifier and Type Field Description protected AbstractCleaner
SpectrumCleaner. m_Cleaner
the spectrum cleaner to use.Methods in adams.flow.control that return AbstractCleaner Modifier and Type Method Description AbstractCleaner
SpectrumCleaner. getCleaner()
Returns the cleaner.Methods in adams.flow.control with parameters of type AbstractCleaner Modifier and Type Method Description void
SpectrumCleaner. setCleaner(AbstractCleaner value)
Sets the cleaner.
-