powered by
Distributed projection principal component
DPPC(data, m, n1, K)
Apro,pro,Sigmahathatpro
is a total data set
is the number of principal component
is the length of each data subset
is the number of nodes
library(LFM) data_from_package <- Wine data_a <- Wine DPPC(data_a,m=3,n1=128,K=2)
Run the code above in your browser using DataLab