print.MixtCompLearn: Print Values

View source: R/MIXTCOMP_methods.R

print.MixtCompLearnR Documentation

Print Values

Description

Print a MixtCompLearn object

Usage

## S3 method for class 'MixtCompLearn'
print(x, nVarMaxToPrint = 5, nClass = NULL, ...)

Arguments

x

MixtCompLearn object

nVarMaxToPrint

number of variables to display (including z_class)

nClass

number of classes of the model to print

...

Not used.

Value

No return value, called for side effects

Author(s)

Quentin Grimonprez

See Also

mixtCompLearn mixtCompPredict

Examples

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)


RMixtComp documentation built on July 9, 2023, 6:06 p.m.