rescale abstract method

Vector rescale({
  1. bool skipCaching = false,
})

Returns rescaled (min-max normed) version of this vector

Implementation

Vector rescale({bool skipCaching = false});