Description Usage Arguments Value Examples
Generate initial parameters for EM/S3FA
1 2 |
X_t_supervised |
train input data (which has output) as design matrix (must be matrix, not data.frame), i.e. row = instance, column = feature/attribute |
Z_t_supervised |
train output data (for X_t_supervised) as design matrix (must be matrix, not data.frame), i.e. row = instance, column = feature/attribute |
X_t_unsupervised |
train input data (which has no output) as design matrix (must be matrix, not data.frame), i.e. row = instance, column = feature/attribute |
type |
"unconstrained", "fa", or "ppca"; refers to psi |
checkArgs |
whether to check the arguments are valid; it takes more time to execute |
initial parameters for EM/S3FA, i.e. a list containing nDimX, nDimZ, type, mu_z_t, Sigma_z_t, mu_t, lambda_t, psi_t. "_t" comes from "transpose"
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.