predict.COREG {SSLR} | R Documentation |
Predictions of the COREG method
Description
Predicts the label of instances according to the COREG
model.
Usage
## S3 method for class 'COREG'
predict(object, x, type = "numeric", ...)
Arguments
object |
Self-training model built with the |
x |
A object that is data |
type |
of predict in principal model (numeric) |
... |
This parameter is included for compatibility reasons. |
Details
For additional help see COREG
examples.
Value
Vector with the labels assigned (numeric).
[Package SSLR version 0.9.3.3 Index]