[][src]Module dt_analysis::dim_reduction

Dimensionality reduction techniques.

Currently only includes piecewise approximation (paa) and symbolic aggregate approximation (sax)

Functions

paa

Returns a piecewise approximation of the original list of values. The size of the output array will be the same as dim.

sax

Returns a sax word representation of the original list.