Description Usage Arguments Value See Also Examples
This method predicts values based upon a model trained by ebr
.
1 2 3 4 5 6 7 8 9 10 |
object |
Object of class ' |
newdata |
An object containing the new input data. This must be a matrix, data.frame or a mldr object. |
vote.schema |
Define the way that ensemble must compute the predictions.
The default valid options are: c("avg", "maj", "max", "min"). If |
probability |
Logical indicating whether class probabilities should be
returned. (Default: |
... |
Others arguments passed to the base algorithm prediction for all subproblems. |
cores |
The number of cores to parallelize the training. Values higher
than 1 require the parallel package. (Default:
|
seed |
An optional integer used to set the seed. This is useful when
the method is run in parallel. (Default: |
An object of type mlresult, based on the parameter probability.
Ensemble of Binary Relevance (EBR)
Compute Multi-label Predictions
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.