View source: R/ComDim_PLS.R View source: R/ComDim_PCA.R
| Compress_Data_2020 | R Documentation |
Compress large multi-block objects. Internal function of ComDim_PCA().
Compress large multi-block objects. Internal function of ComDim_PLS().
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.
Original MATLAB implementation: https://github.com/DNRutledge/ComDim/blob/main/Compress_Data_2020.m
Original MATLAB implementation: https://github.com/DNRutledge/ComDim/blob/main/Compress_Data_2020.m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.