Package ai.libs.jaicore.ml.tsc.filter
Class AFilter
- java.lang.Object
-
- ai.libs.jaicore.ml.tsc.filter.AFilter
-
- All Implemented Interfaces:
IFilter
- Direct Known Subclasses:
DFT,ZTransformer
public abstract class AFilter extends java.lang.Object implements IFilter
-
-
Constructor Summary
Constructors Constructor Description AFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeSeriesDatasetfitTransform(TimeSeriesDataset input)a utility function to avoid the added effort of calling the fit and transform function separate-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.jaicore.ml.tsc.filter.IFilter
fit, fit, fit, fitTransform, fitTransform, transform, transform, transform
-
-
-
-
Method Detail
-
fitTransform
public TimeSeriesDataset fitTransform(TimeSeriesDataset input)
Description copied from interface:IFiltera utility function to avoid the added effort of calling the fit and transform function separate- Specified by:
fitTransformin interfaceIFilter- Parameters:
input- the dataset that is to be transfromed- Returns:
- the transformed dataset
-
-