Description Usage Arguments Value Examples
Generate initial parameters for EM/FA
1 |
X_t_unsupervised |
train input data as design matrix (must be matrix, not data.frame), i.e. row = instance, column = feature/attribute |
nDimZ |
how many latent factors to consider |
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/FA, i.e. a list containing nDimX, nDimZ, type, mu_t, lambda_t, psi_t. "_t" comes from "transpose"
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.