R/scale_input.R

Defines functions scale_input

# Scale the input variables
scale_input <- function(X) {
  X.scale <- ((X/255.0)*0.99)+0.01
}
ZeroStack/neuralnet documentation built on May 5, 2019, 8:01 p.m.