getMultilabelBinaryPerformances {mlr} | R Documentation |
Retrieve binary classification measures for multilabel classification predictions.
Description
Measures the quality of each binary label prediction w.r.t. some binary classification performance measure.
Usage
getMultilabelBinaryPerformances(pred, measures)
Arguments
pred |
(Prediction) |
measures |
(Measure | list of Measure) |
Value
(named matrix
). Performance value(s), column names are measure(s), row names are labels.
See Also
Other multilabel:
makeMultilabelBinaryRelevanceWrapper()
,
makeMultilabelClassifierChainsWrapper()
,
makeMultilabelDBRWrapper()
,
makeMultilabelNestedStackingWrapper()
,
makeMultilabelStackingWrapper()
Examples
# see makeMultilabelBinaryRelevanceWrapper
[Package mlr version 2.19.2 Index]