powered by
min_max_norm is for normalizing each column vector of matrix 'x' using min_max normalization
min_max_norm
min_max_norm(x)
Vector
Normalized vector
# NOT RUN { dat_s = apply(UCICreditCard[,12:14], 2, min_max_norm) # }
Run the code above in your browser using DataLab