add_accuracy(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_balanced_accuracy(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_confusion_matrix() | dismec::prediction::MacroMetricReporter | |
add_coverage(double threshold, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_diagnostic_odds_ratio(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_f_measure(ReductionType reduction=MACRO, double beta=1.0, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_fowlkes_mallows(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_informedness(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_markedness(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_matthews(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_negative_likelihood_ratio(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_negative_predictive_value(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_positive_likelihood_ratio(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_precision(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_recall(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
add_reduction(std::string name, ReductionType type, std::function< double(const ConfusionMatrix &)>) | dismec::prediction::MacroMetricReporter | |
add_reduction_helper(std::string name, const char *pattern, ReductionType type, std::function< double(const ConfusionMatrix &)> fn) | dismec::prediction::MacroMetricReporter | private |
add_specificity(ReductionType reduction=MACRO, std::string name={}) | dismec::prediction::MacroMetricReporter | |
get_values() const override | dismec::prediction::MacroMetricReporter | virtual |
m_ConfusionMatrix | dismec::prediction::MacroMetricReporter | private |
m_MacroReductions | dismec::prediction::MacroMetricReporter | private |
m_MicroReductions | dismec::prediction::MacroMetricReporter | private |
MACRO enum value | dismec::prediction::MacroMetricReporter | |
MacroMetricReporter(const ConfusionMatrixRecorder *confusion) | dismec::prediction::MacroMetricReporter | explicit |
metric_t typedef | dismec::prediction::MetricReportInterface | |
MICRO enum value | dismec::prediction::MacroMetricReporter | |
reduction_fn typedef | dismec::prediction::MacroMetricReporter | private |
ReductionType enum name | dismec::prediction::MacroMetricReporter | |
~MetricReportInterface()=default | dismec::prediction::MetricReportInterface | virtual |