Description Usage Arguments Details Value References Examples
Perform matrix decomposition under group constraints.
1  | 
X | 
 n x p data matrix to preprocess.  | 
z | 
 n x 1 vector with group information.  | 
K | 
 approximation rank. The defaul is   | 
rescaled | 
 Should the matrix   | 
The function performs a matrix decomposition of the input matrix X with constraints on the left singular vectors and the group variable z.
The output is a matrix U of basis and a matrix S of scores such that \tilde X = S * U^T, where \tilde X is the rank-K approximation of X
U n x K matrix of scores.
S K x p matrix of sparse loadings
Aliverti, Lum, Johndrow and Dunson (2018). Removing the influence of a group variable in high-dimensional predictive modelling (https://arxiv.org/abs/1810.08255).
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.