Learn R Programming

LFM (version 0.3.3)

DPPC: Distributed projection principal component

Description

Distributed projection principal component

Usage

DPPC(data, m, n1, K)

Value

Apro,pro,Sigmahathatpro

Arguments

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

Examples

Run this code
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