predict.COREG: Predictions of the COREG method
Description
Predicts the label of instances according to the COREG model.
Usage
# S3 method for COREG
predict(object, x, type = "numeric", ...)
Arguments
object
Self-training model built with the COREG function.
type
of predict in principal model (numeric)
...
This parameter is included for compatibility reasons.
Value
Vector with the labels assigned (numeric).
Details
For additional help see COREG examples.