predict.triTraining {ssc} | R Documentation |
Predicts the label of instances according to the triTraining
model.
## S3 method for class 'triTraining'
predict(object, x, ...)
object |
Tri-training model built with the |
x |
A object that can be coerced as matrix.
Depending on how was the model built, |
... |
This parameter is included for compatibility reasons. |
For additional help see triTraining
examples.
Vector with the labels assigned.