DPPC: Distributed projection principal component

View source: R/DPPC.R

DPPCR Documentation

Distributed projection principal component

Description

Distributed projection principal component

Usage

DPPC(data, m, n1, K)

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

Value

Apro,pro,Sigmahathatpro

Examples

library(LFM)
data_from_package <- Wine
data_a <- Wine
DPPC(data_a,m=3,n1=128,K=2)

LFM documentation built on Dec. 6, 2025, 5:06 p.m.

Related to DPPC in LFM...