Skip to contents

This function back-transform standardized data to an output as data matrix

Usage

rev_standard_scaler(scaled.data, num.names, colmean, colsd)

Arguments

scaled.data

A matrix or array with scaled numeric data

num.names

the names of numeric features

colmean

A vector that contains the mean of each column

colsd

A vector that contains the standard deviation of each column