normalization(Xtrain,Xtest=NULL, method = "pqn",ref=NULL)
none
", "pqn
", "sum
", "median
", "sqrt
" (by default = "pqn
"). A partial string sufficient to uniquely identify the choice is permitted.none
": no normalization method is applied.
pqn
": the Probabilistic Quotient Normalization is computed as described in Dieterle, et al. (2006).
sum
": samples are normalized to the sum of the absolute value of all variables for a given sample.
median
": samples are normalized to the median value of all variables for a given sample.
sqrt
": samples are normalized to the root of the sum of the squared value value of all variables for a given sample.
scaling