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 interfaceBatchFilterInterface for filters that filter data in batches.interfaceColumnSubsetFilterFilter with column subset handling.interfaceStreamFilterInterface 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 classAbstractBatchFilterAncestor for batch filters.classAbstractColumnSubsetBatchFilterAncestor for batch filters with column subset handling.classAbstractColumnSubsetFilterAncestor for filters.classAbstractColumnSubsetStreamFilterAncestor for stream filters with column subset handling.classAbstractFilterAncestor for filters.classAbstractStreamFilterAncestor 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 classPLS -
Uses of Filter in adams.ml.preprocessing.unsupervised
Classes in adams.ml.preprocessing.unsupervised that implement Filter 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.
-