powered by
Print a MixtCompLearn object
# S3 method for MixtCompLearn print(x, nVarMaxToPrint = 5, nClass = NULL, ...)
No return value, called for side effects
MixtCompLearn object
number of variables to display (including z_class)
number of classes of the model to print
Not used.
Quentin Grimonprez
mixtCompLearn mixtCompPredict
mixtCompLearn
mixtCompPredict
data(iris) # run RMixtComp in unsupervised clustering mode and in basic mode resLearn <- mixtCompLearn(iris[, -5], nClass = 2:4, nCore = 1) print(resLearn) print(resLearn, nClass = 3)
Run the code above in your browser using DataLab