Uses of Interface
adams.ml.preprocessing.BatchFilter
-
Packages that use BatchFilter Package Description adams.flow.transformer adams.ml.preprocessing adams.ml.preprocessing.supervised adams.ml.preprocessing.unsupervised -
-
Uses of BatchFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as BatchFilter Modifier and Type Field Description protected BatchFilterDatasetFilter. m_ActualFilterthe actual filter to use.protected BatchFilterDatasetFilter. m_Filterthe batch filter to use.Methods in adams.flow.transformer that return BatchFilter Modifier and Type Method Description BatchFilterDatasetFilter. getFilter()Returns the filter in use.Methods in adams.flow.transformer with parameters of type BatchFilter Modifier and Type Method Description voidDatasetFilter. setFilter(BatchFilter value)Sets the filter to use. -
Uses of BatchFilter in adams.ml.preprocessing
Subinterfaces of BatchFilter in adams.ml.preprocessing Modifier and Type Interface Description interfaceStreamFilterInterface for filters that filter a data stream, i.e., row by row.Classes in adams.ml.preprocessing that implement BatchFilter Modifier and Type Class Description classAbstractBatchFilterAncestor for batch filters.classAbstractColumnSubsetBatchFilterAncestor for batch filters with column subset handling.classAbstractColumnSubsetStreamFilterAncestor for stream filters with column subset handling.classAbstractStreamFilterAncestor for stream filters. -
Uses of BatchFilter in adams.ml.preprocessing.supervised
Classes in adams.ml.preprocessing.supervised that implement BatchFilter Modifier and Type Class Description classPLS -
Uses of BatchFilter in adams.ml.preprocessing.unsupervised
Classes in adams.ml.preprocessing.unsupervised that implement BatchFilter Modifier and Type Class Description classMultiBatchApplies the specified filters sequentially.classMultiStreamApplies the specified filters sequentially.classPassThroughDummy, just passes through the data.classPCAPerforms principal components analysis.classSavitzkyGolayA filter that applies Savitzky-Golay smoothing.
For more information see:
A.
-