View source: R/getMultilabelBinaryPerformances.R
getMultilabelBinaryPerformances | R Documentation |
Measures the quality of each binary label prediction w.r.t. some binary classification performance measure.
getMultilabelBinaryPerformances(pred, measures)
pred |
(Prediction) |
measures |
(Measure | list of Measure) |
(named matrix
). Performance value(s), column names are measure(s), row names are labels.
Other multilabel:
makeMultilabelBinaryRelevanceWrapper()
,
makeMultilabelClassifierChainsWrapper()
,
makeMultilabelDBRWrapper()
,
makeMultilabelNestedStackingWrapper()
,
makeMultilabelStackingWrapper()
# see makeMultilabelBinaryRelevanceWrapper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.