View source: R/dimensinalityReduction.R
computePCADim | R Documentation |
Compute the number of dimension to use for either PCA or LSA.
computePCADim(data, randomized = T, subsampling = F, plot = T)
data |
list; GFICF object |
randomized |
logical; Use randomized (faster) version for matrix decomposition (default is TRUE). |
subsampling |
logical; Use only a subset of the data for the imputation of dimensions to use. |
plot |
logical; Show eblow plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.