Rdocumentation
powered by
Learn R Programming
brnn (version 0.4)
un_normalize: un_normalize
Description
Internal function for going back to the original scale.
Usage
un_normalize(z,base,spread)
Arguments
Value
A vector or matrix with the resulting un normalized values.
Details
x=base+0.5*spread*(z+1)