Description Usage Arguments Value
View source: R/global_preprocessing_functions.R
Adds Gaussian noise to data
1 | noisify_data(input_data, noise_stdev = 0.1)
|
input_data |
A matrix containing data. The rows indicate the samples, the columns indicate the variables. |
noise_stdev |
The standard deviation of the noise |
The input data with added gaussian noise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.