View source: R/ComDim_PLS_MB.R View source: R/ComDim_PCA_MB.R
PCA_Tall_PCT_DNR | R Documentation |
Internal function of ComDim_PCA().
Internal function of ComDim_PCA().
PCA_Tall_PCT_DNR(Xn = Xn, PCs = PCs, Partitions = Partitions)
PCA_Tall_PCT_DNR(Xn = Xn, PCs = PCs, Partitions = Partitions)
Xn |
The block to compress. |
PCs |
Number of PCs to keep. |
Partitions |
The number of partitions. |
The compressed multi-block.
The compressed multi-block.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.