PCA_Tall_PCT_DNR: Compress the multi-block using the PCT method.

View source: R/ComDim_PLS_MB.R View source: R/ComDim_PCA_MB.R

PCA_Tall_PCT_DNRR Documentation

Compress the multi-block using the PCT method.

Description

Internal function of ComDim_PCA().

Internal function of ComDim_PCA().

Usage

PCA_Tall_PCT_DNR(Xn = Xn, PCs = PCs, Partitions = Partitions)

PCA_Tall_PCT_DNR(Xn = Xn, PCs = PCs, Partitions = Partitions)

Arguments

Xn

The block to compress.

PCs

Number of PCs to keep.

Partitions

The number of partitions.

Value

The compressed multi-block.

The compressed multi-block.

Examples

b1 <- matrix(rnorm(5000),10,500)
b1 <- PCA_Tall_PCT_DNR(b1,10,2)
b1 <- matrix(rnorm(5000),10,500)
b1 <- PCA_Tall_PCT_DNR(b1,10,2)

f-puig/R.ComDim documentation built on Feb. 20, 2024, 6:49 a.m.