Description Usage Arguments Value Author(s) References See Also Examples
Classify multivariate observations on a dimension reduced subspace estimated from a Gaussian finite mixture model.
1 2 |
object |
an object of class |
dim |
the dimensions of the reduced subspace used for prediction. |
newdata |
a data frame or matrix giving the data. If missing the data obtained from the call to |
eval.points |
a data frame or matrix giving the data projected on the reduced subspace. If provided |
... |
further arguments passed to or from other methods. |
Returns a list of with the following components:
dir |
a matrix containing the data projected onto the |
density |
densities from mixture model for each data point. |
z |
a matrix whose [i,k]th entry is the probability that
observation i in |
uncertainty |
The uncertainty associated with the classification. |
classification |
A vector of values giving the MAP classification. |
Luca Scrucca
Scrucca, L. (2010) Dimension reduction for model-based clustering. Statistics and Computing, 20(4), pp. 471-484.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.