SOPC | R Documentation |
The sparse online principal component can not only process online data sets, but also obtain a sparse solution of online data sets.
SOPC(data, m, gamma, eta)
data |
is a highly correlated online data set |
m |
is the number of principal component |
gamma |
is a sparse parameter |
eta |
is the proportion of online data to total data |
Aso,Dso
require(elasticnet)
SOPC(PSA,3,0.03,0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.