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