| DPPC | R Documentation |
Distributed projection principal component
DPPC(data, m, n1, K)
data |
is a total data set |
m |
is the number of principal component |
n1 |
is the length of each data subset |
K |
is the number of nodes |
Apro,pro,Sigmahathatpro
library(LFM)
data_from_package <- Wine
data_a <- Wine
DPPC(data_a,m=3,n1=128,K=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.