GMD | R Documentation |
Computes the generalized matrix decomposition of a matrix X with respect to H and Q.
GMD(X, H, Q, K, fastGMD = TRUE)
X |
An n x p data matrix. |
H |
An n x n sample-wise similarity kernel. |
Q |
A p x p variable-wise similarity kernel. |
K |
The number of GMD components to include in the decomposition. |
fastGMD |
Logical, indicates whether to use the fastGMD implementation. This requires that H and Q are both positive definite. |
A list of matrices involved in the decomposition.
Wang et al. Technical report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.