
This function back-transform robust-scaled data to an output as data matrix
Source:R/data_scaler.R
rev_robust_scaler.RdThis function back-transform robust-scaled data to an output as data matrix
Arguments
- scaled.data
A matrix or array with scaled numeric data
- num.names
the names of numeric features
- robust.lower
A vector that contains the the lower quantile (25% by default) of each column
- robust.upper
A vector that contains the the upper quantile (75% by default) of each column
- robust.median
A vector that contains the the median (50%) of each column