MeanNormInPlace: MeanNormInPlace

Description Usage Arguments

Description

Normalizes the given time series according to its maximum-minimum value and its mean. It follows the following formulae:

\acute{x} = \frac{x - mean(x)}{max(x) - min(x)}.

Usage

1

Arguments

tss

KHIVA array with the time series.


shapelets/khiva-r documentation built on June 10, 2019, 4:58 a.m.