| MixmodLearn-class {Rmixmod} | R Documentation |
MixmodLearn] classThis is a class to run discriminant analysis with mixmod. Inherits the [Mixmod] class.
a S4 [MixmodDAResults] object containing the best model results.
integer which defines the number of block to perform the Cross Validation.
## A quantitative example with the famous iris data set
new("MixmodLearn", data=iris[1:4], knownLabels=iris$Species)
getSlots("MixmodLearn")