mlr (version 2.19.0)

getMultilabelBinaryPerformances: 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)

Value

(named matrix). Performance value(s), column names are measure(s), row names are labels.

Arguments

pred

(Prediction)
Multilabel Prediction object.

measures

(Measure | list of Measure)
Performance measure(s) to evaluate, must be applicable to binary classification performance. Default is mmce.

See Also

Other multilabel: makeMultilabelBinaryRelevanceWrapper(), makeMultilabelClassifierChainsWrapper(), makeMultilabelDBRWrapper(), makeMultilabelNestedStackingWrapper(), makeMultilabelStackingWrapper()

Examples

Run this code
# see makeMultilabelBinaryRelevanceWrapper

Run the code above in your browser using DataCamp Workspace