public interface MultiLabelEvaluation extends ClassifierEvaluation<MultiLabel>
Modifier and Type | Method and Description |
---|---|
double |
jaccardScore()
The average across the predictions of the intersection of the true and predicted labels divided by the
union of the true and predicted labels.
|
balancedErrorRate, confusion, f1, fn, fn, fp, fp, getConfusionMatrix, macroAveragedF1, macroAveragedPrecision, macroAveragedRecall, macroFN, macroFP, macroTN, macroTP, microAveragedF1, microAveragedPrecision, microAveragedRecall, precision, recall, tn, tn, tp, tp
asMap, get, getPredictions
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.