Description Usage Arguments Value
Wrapper function for the iterative PCA method (onlinePCA::incRpca).
1 2 3 4 5 6 7 | incrementalpca_wrapper(
X,
components = 10,
init_sample_percentage = 0.5,
stop_iterative = FALSE,
centered = TRUE
)
|
X |
|
components |
|
init_sample_percentage |
|
stop_iterative |
|
centered |
|
pca
- List containing:
values
: Matrix containing the eigenvalues associated to PCA
vectors
: Matrix containing the eigenvectors associated to PCA as columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.