wc_norm_l2: \(l_2\) normalization of data.
Description
\(l_2\) normalization of data.
Usage
wc_norm_l2(data, model = NULL)
Arguments
data
A dataset which needs to be normalized.
model
Additional data needed for future data to be normalized using same normalization technique.
Value
As a result normalized data are obtained. Result is in for of data.frame or data.matrix.