MixmodLearn-class {Rmixmod}R Documentation

Constructor of [MixmodLearn] class

Description

This is a class to run discriminant analysis with mixmod. Inherits the [Mixmod] class.

Details

bestResult

a S4 [MixmodDAResults] object containing the best model results.

nbCVBlocks

integer which defines the number of block to perform the Cross Validation.

Examples

## A quantitative example with the famous iris data set
new("MixmodLearn", data = iris[1:4], knownLabels = iris$Species)

getSlots("MixmodLearn")

[Package Rmixmod version 2.1.10 Index]