tslearn.piecewise¶
The tslearn.piecewise
module gathers time series piecewise
approximation algorithms.
Classes
OneD_SymbolicAggregateApproximation ([…]) |
One-D Symbolic Aggregate approXimation (1d-SAX) transformation. |
PiecewiseAggregateApproximation ([n_segments]) |
Piecewise Aggregate Approximation (PAA) transformation. |
SymbolicAggregateApproximation ([n_segments, …]) |
Symbolic Aggregate approXimation (SAX) transformation. |