predict.mmc: Predict class of new instances according to a mmc model

Description Usage Arguments Value

Description

Predict class of new instances according to a mmc model

Usage

1
2
## S3 method for class 'mmc'
predict(object, x, ...)

Arguments

object

a mmc object

x

a matrix similar to the dataset used, i.e. where rows are instances for which class must be predicted

...

unused, present to satisfy the generic predict() prototype

Value

a integer vector whose length match nrow(x) and containing the predicted class for each of the given instances.


bmrm documentation built on May 2, 2019, 2:49 p.m.