MaxMinNormInPlace: MaxMinNormInPlace

Description Usage Arguments

Description

Same as max_min_norm, but it performs the operation in place, without allocating further memory.

Usage

1
MaxMinNormInPlace(tss, high = 1, low = 1, epsilon = 1e-08)

Arguments

tss

KHIVA array with the time series.

high

Maximum final value (Defaults to 1.0).

low

Minimum final value (Defaults to 0.0).

epsilon

Safeguard for constant (or near constant) time series as the operation implies a unit scale operation between min and max values in the tss.


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