Scales the inputs in the training data to the specified range
$train_data
$new_min
$new_max
Scales the inputs in the training data to the specified range.
train_data
Neural network training data resource.
new_min
New minimum after scaling inputs in training data.
new_max
New maximum after scaling inputs in training data.
Returns TRUE on success, or FALSE otherwise.
TRUE
FALSE