scaling(Xtrain,Xtest=NULL, method = "autoscaling")
none
", "centering
", "autoscaling
", "rangescaling
", "paretoscaling
" (by default = "autoscaling
"). A partial string sufficient to uniquely identify the choice is permitted.none
": no scaling method is applied.
centering
": it centers the mean to zero.
autoscaling
": it centers the mean to zero and scales data by dividing each variable by the variance.
rangescaling
": it centers the mean to zero and scales data by dividing each variable by the difference between the minimum and the maximum value.
paretoscaling
": it centers the mean to zero and scales data by dividing each variable by the square root of the standard deviation. Unit scaling divides each variable by the standard deviation so that each variance equal to 1.
normalization