mclust-deprecated: Deprecated Functions in mclust package
Description
These functions are provided for compatibility with older versions of the mclust
package only, and may be removed eventually.Usage
cv.MclustDA(...)
cv1EMtrain(data, labels, modelNames=NULL)
bicEMtrain(data, labels, modelNames=NULL)
Arguments
data
A numeric vector or matrix of observations.
labels
Labels for each element or row in the dataset.
modelNames
Vector of model names that should be tested.
The default is to select all available model names.