Description Usage Arguments Value
Compute the log-likelihood for a given mixture model.
1 2 | ComputeLogLikelihood(models, prior, sigmas, X = NULL,
task.specific.features = list(), Y)
|
models |
List of TGGL models. |
prior |
Vector of prior probabilities for each component. |
sigmas |
M by K Matrix of standard deviations. |
X |
N by J1 matrix of features common to all tasks. |
task.specific.features |
List of features which are specific to each task. Each entry contains an N by J2 matrix for one particular task (where columns are features). List has to be ordered according to the columns of Y. |
Y |
N by K output matrix for every task. |
Log-likelihood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.