normalize abstract method

double normalize(
  1. SV scaledValue
)

Normalizes a scaled value to 0, 1.

It is usefull for DiscreteScale, which scale value to natural number while position requires a normalized value.

Implementation

double normalize(SV scaledValue);