Transformer
PAAlegacy
Piecewise Aggregate Approximation Transformer (PAA).
Quickstart
python
from sktime.transformations.dictionary_based import PAAlegacy
estimator = PAAlegacy(num_intervals=8)Parameters(1)
- num_intervalsint, dimension of the transformed data (default 8)