Learn R Programming

creditmodel (version 1.3.1)

max_min_norm: Max Min Normalization

Description

max_min_norm is for normalizing each column vector of matrix 'x' using max_min normalization

Usage

max_min_norm(x)

Arguments

x

Vector

Value

Normalized vector

Examples

Run this code
# NOT RUN {
dat_s = apply(UCICreditCard[,12:14], 2, max_min_norm)
# }

Run the code above in your browser using DataLab