predict.selfTraining {ssc} | R Documentation |
Predicts the label of instances according to the selfTraining
model.
## S3 method for class 'selfTraining'
predict(object, x, ...)
object |
Self-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 selfTraining
examples.
Vector with the labels assigned.