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 interfaceTrainableBatchFilter<T extends DataContainer>Interface for trainable batch filters.Classes in adams.data.filter that implement BatchFilter Modifier and Type Class Description classAbstractBatchFilter<T extends DataContainer>Ancestor for batch filters.classOutlierDetector<T extends DataContainer>A filter that runs an outlier detector over the data and attaches the generated detections as notes to the chromatogram.classPassThrough<T extends DataContainer>A dummy filter that just passes the data through.
-