Uses of Interface
adams.ml.preprocessing.Filter
-
Packages that use Filter Package Description adams.ml.preprocessing adams.ml.preprocessing.supervised adams.ml.preprocessing.unsupervised -
-
Uses of Filter in adams.ml.preprocessing
Subinterfaces of Filter in adams.ml.preprocessing Modifier and Type Interface Description interface
BatchFilter
Interface for filters that filter data in batches.interface
ColumnSubsetFilter
Filter with column subset handling.interface
StreamFilter
Interface for filters that filter a data stream, i.e., row by row.Classes in adams.ml.preprocessing that implement Filter Modifier and Type Class Description class
AbstractBatchFilter
Ancestor for batch filters.class
AbstractColumnSubsetBatchFilter
Ancestor for batch filters with column subset handling.class
AbstractColumnSubsetFilter
Ancestor for filters.class
AbstractColumnSubsetStreamFilter
Ancestor for stream filters with column subset handling.class
AbstractFilter
Ancestor for filters.class
AbstractStreamFilter
Ancestor for stream filters. -
Uses of Filter in adams.ml.preprocessing.supervised
Classes in adams.ml.preprocessing.supervised that implement Filter Modifier and Type Class Description class
PLS
-
Uses of Filter in adams.ml.preprocessing.unsupervised
Classes in adams.ml.preprocessing.unsupervised that implement Filter 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.
-