Uses of Interface
adams.ml.preprocessing.StreamFilter
-
Packages that use StreamFilter Package Description adams.flow.transformer adams.ml.preprocessing adams.ml.preprocessing.unsupervised -
-
Uses of StreamFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as StreamFilter Modifier and Type Field Description protected StreamFilterDatasetRowFilter. m_ActualFilterthe actual filter to use.protected StreamFilterDatasetRowFilter. m_Filterthe batch filter to use.Methods in adams.flow.transformer that return StreamFilter Modifier and Type Method Description StreamFilterDatasetRowFilter. getFilter()Returns the filter in use.Methods in adams.flow.transformer with parameters of type StreamFilter Modifier and Type Method Description voidDatasetRowFilter. setFilter(StreamFilter value)Sets the filter to use. -
Uses of StreamFilter in adams.ml.preprocessing
Classes in adams.ml.preprocessing that implement StreamFilter Modifier and Type Class Description classAbstractColumnSubsetStreamFilterAncestor for stream filters with column subset handling.classAbstractStreamFilterAncestor for stream filters. -
Uses of StreamFilter in adams.ml.preprocessing.unsupervised
Classes in adams.ml.preprocessing.unsupervised that implement StreamFilter Modifier and Type Class Description classMultiStreamApplies the specified filters sequentially.classPassThroughDummy, just passes through the data.classSavitzkyGolayA filter that applies Savitzky-Golay smoothing.
For more information see:
A.Fields in adams.ml.preprocessing.unsupervised declared as StreamFilter Modifier and Type Field Description protected StreamFilter[]MultiBatch. m_Filtersthe filters to apply.protected StreamFilter[]MultiStream. m_Filtersthe filters to apply.Methods in adams.ml.preprocessing.unsupervised that return StreamFilter Modifier and Type Method Description StreamFilter[]MultiBatch. getFilters()Returns the filters to apply.StreamFilter[]MultiStream. getFilters()Returns the filters to apply.Methods in adams.ml.preprocessing.unsupervised with parameters of type StreamFilter Modifier and Type Method Description voidMultiBatch. setFilters(StreamFilter[] value)Sets the filters to apply.voidMultiStream. setFilters(StreamFilter[] value)Sets the filters to apply.
-