View source: R/add_noise_matrix.R
add_noise_matrix | R Documentation |
add random or targeted noise to a non-invertible matrix
add_noise_matrix(
A = NULL,
noise.threshold = c(0, 1),
noise.type = c("random", "targeted")
)
A |
numeric matrix |
noise.threshold |
vector of two values, minimum and maximum value for the perturbation |
noise.type |
random (to any column) or targeted (to columns that are linear combinations of others) |
perturbed matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.