x
is mapped to [0, 1] by subtracting the
minimum and subsequently dividing by the maximum. If all
elements of x
are equal, 1 is returned.## S3 method for class 'matrix':
normalize01(x,
eps = .Machine$double.eps) ## S3 method for class 'numeric':
normalize01(x,
eps = .Machine$double.eps)
## S3 method for class 'hyperSpec':
normalize01(x, ...)
eps
handed down.x
values mapped to the interval [0, 1]wl.eval
,
vanderMonde