MLC.model-class {tabularMLC} | R Documentation |
Maximum likelihood model class
Description
Maximum likelihood model class
Slots
k
the constant fraction to be used in model
\frac{1}{(2 \pi)^{\frac{L}{2}} \sqrt{\left | \Sigma_i \right |}}
mu
mean (
\mu_i
) list for each variable and classinverseCovarianceMatrices
inverted covariance matrix (
\Sigma_i
) for each classgroups
the classification levels
vars
the variables used for trainning the model
See Also
MLC
which creates this class
[Package tabularMLC version 0.0.3 Index]