filter.pca | R Documentation |
Compute Principal Components from input matrix. Control how many components must be returned.
filter.pca(features, center = TRUE, scale = TRUE, cum.var.cutoff = 1)
features |
A numeric matrix as input. |
center |
Must the features be centered (default TRUE). |
scale |
Must the features be scaled (default TRUE). |
cum.var.cutoff |
Cumulative variance proportion cutoff. Used to return the Principal Componets (PCs) which satisfies that value. If 1 (default), all PCs will be returned. |
A matrix of Principal components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.