Uses of Interface
adams.data.filter.BatchFilter
-
Packages that use BatchFilter Package Description adams.data.filter -
-
Uses of BatchFilter in adams.data.filter
Subinterfaces of BatchFilter in adams.data.filter Modifier and Type Interface Description interface
TrainableBatchFilter<T extends DataContainer>
Interface for trainable batch filters.Classes in adams.data.filter that implement BatchFilter Modifier and Type Class Description class
AbstractBatchFilter<T extends DataContainer>
Ancestor for batch filters.class
OutlierDetector<T extends DataContainer>
A filter that runs an outlier detector over the data and attaches the generated detections as notes to the chromatogram.class
PassThrough<T extends DataContainer>
A dummy filter that just passes the data through.
-