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 BatchFilter
DatasetFilter. m_ActualFilter
the actual filter to use.protected BatchFilter
DatasetFilter. m_Filter
the batch filter to use.Methods in adams.flow.transformer that return BatchFilter Modifier and Type Method Description BatchFilter
DatasetFilter. getFilter()
Returns the filter in use.Methods in adams.flow.transformer with parameters of type BatchFilter Modifier and Type Method Description void
DatasetFilter. 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 interface
StreamFilter
Interface 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 class
AbstractBatchFilter
Ancestor for batch filters.class
AbstractColumnSubsetBatchFilter
Ancestor for batch filters with column subset handling.class
AbstractColumnSubsetStreamFilter
Ancestor for stream filters with column subset handling.class
AbstractStreamFilter
Ancestor 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 class
PLS
-
Uses of BatchFilter in adams.ml.preprocessing.unsupervised
Classes in adams.ml.preprocessing.unsupervised that implement BatchFilter Modifier and Type Class Description class
MultiBatch
Applies the specified filters sequentially.class
MultiStream
Applies the specified filters sequentially.class
PassThrough
Dummy, just passes through the data.class
PCA
Performs principal components analysis.class
SavitzkyGolay
A filter that applies Savitzky-Golay smoothing.
For more information see:
A.
-