Rdocumentation
powered by
Learn R Programming
brnn (version 0.1)
normalize: normalize
Description
This function makes a linear transformation of the inputs such that the values lie between -1 and 1.
Usage
normalize(y)
Arguments
Value
A vector o matrix with the resulting normalized values.
Details
y=2*(y-my_min)/(my_max-my_min)-1