pca.getB | R Documentation |
Low-dimensional approximation of data matrix X
pca.getB(X, k = NULL, rand = NULL, dist = "unif")
X |
data matrix |
k |
rank of X (number of components) |
rand |
a vector with two values - number of iterations (q) and oversmapling parameter (p) |
dist |
distribution for generating random numbers, 'unif' or 'norm' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.