powered by
Distributed general unilateral loading principal component
DGulPC(data, m, n1, K)
AU1,AU2,DU3,Shat
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 DGulPC(data_a,m=3,n1=128,K=2)
Run the code above in your browser using DataLab