Description Usage Arguments Value
Wrapper function for an iterative PCA method (onlinePCA::incRpca)
1 2 3 4 5 6 7 8 9 10 11 | incrementalPCA(
X,
xbar = NULL,
base_pca_values,
base_pca_vectors,
pca_type = INCREMENTAL_PCA_METHODS,
forgetting_factor = NA,
components = 2,
start_value,
end_value
)
|
X |
|
xbar |
|
base_pca_values |
|
base_pca_vectors |
|
pca_type |
|
forgetting_factor |
|
components |
|
start_value |
|
end_value |
|
List containing:
pca
- List containing:
values
: Matrix containing the eigenvalues associated to PCA
vectors
: Matrix containing the eigenvectors associated to PCA as columns
x_bar
: 1 x N matrix containing the means of the N input time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.