unscale_nested_matrices_map | R Documentation |
Apply unscaling to a nested list of matrices using specified mean and standard deviation values.
unscale_nested_matrices_map(mat, means, std = NULL)
mat |
A nested list of matrices. |
means |
A numeric vector of means for each matrix. |
std |
A numeric vector of standard deviations for each matrix (optional). |
A nested list of unscaled matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.