Description Usage Arguments Value
Generate multivariate normal training data.
1 | get_training_sets(n_sets, d, m, return_all = TRUE)
|
n_sets |
The number of training sets to be generated. |
d |
The data dimension. |
m |
The number of training samples. |
return_all |
A logical value. If FALSE: Only returns the data matrix x. If TRUE: Returns a list with 'x', 'mu', 'Sigma' and 'nr', where 'mu' is the mean vector used, 'Sigma' is the covariance matrix and 'nr' indicates which seed that was used. |
A list of training sets from gen_train
.
The argument return_all determines the type of each list element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.