View source: R/ComDim_PLS_MB.R View source: R/ComDim_PCA_MB.R
Compress_Data_2020 | R Documentation |
Internal function of ComDim_PCA().
Internal function of ComDim_PCA().
Compress_Data_2020(s_n = s_n, CompMethod = CompMethod, Partitions = Partitions)
Compress_Data_2020(s_n = s_n, CompMethod = CompMethod, Partitions = Partitions)
s_n |
The multi-block object. |
CompMethod |
It can be 'Normal' (default), 'Kernel', 'PCT', 'Tall' or 'Wide'. |
Partitions |
The number of partitions. |
The compressed multi-block.
The compressed multi-block.
b1 <- matrix(rnorm(5000),10,500)
b2 <- matrix(rnorm(2000),10,200)
blist <- list(b1 = b1, b2 = b2)
blist <- Compress_Data_2020(blist, 'Normal', 1)
b1 <- matrix(rnorm(5000),10,500)
b2 <- matrix(rnorm(2000),10,200)
blist <- list(b1 = b1, b2 = b2)
blist <- Compress_Data_2020(blist, 'Normal', 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.