View source: R/factorizations.R
factorize.regr | R Documentation |
Get mixing proportions from the target data matrix and a matrix of latent factors
factorize.regr(D, Tt, A0 = NULL, precision = 1e-08)
D |
m by n matrix with mixture data |
Tt |
either a m by k matrix of k true latent components or a list of n such matrices, one per each column of D |
A0 |
initialization for the mixture proportions matrix |
precision |
numerical tolerance of the optimization algorithm |
a list
with elements:
A
matrix of mixing proportions
T
Tt used
rmse
RMSE of the regression model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.