add_mean_and_sd: Adds the mean values and multiplies the data by the standard...

Description Usage Arguments

Description

Adds the mean values and multiplies the data by the standard deviations previously estimated from the training set.

Usage

1
add_mean_and_sd(x, means, sds)

Arguments

x

Matrix, dataset to be "unscaled".

means

Numeric vector, mean values to be added.

sds

Numeric vector, standard deviations to be rescaled.


robingradin/bara documentation built on May 9, 2019, 2:24 a.m.