Description Usage Arguments Value Examples
Create a mlresult object
1 2 3 4 5 6 | multilabel_prediction(
bipartitions,
probabilities,
probability = getOption("utiml.use.probs", TRUE),
empty.prediction = getOption("utiml.empty.prediction", FALSE)
)
|
bipartitions |
The matrix of predictions (bipartition values), only 0 and 1 |
probabilities |
The matrix of probability/confidence of a prediction, between 0..1 |
probability |
A logical value. If |
empty.prediction |
A logical value. If |
An object of type mlresult
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.