Commit fedd89e5 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

register thresholds requirement for contingency table-based metrics

Showing with 2 additions and 1 deletion
+2 -1
...@@ -118,7 +118,8 @@ namespace evalhyd ...@@ -118,7 +118,8 @@ namespace evalhyd
) )
{ {
std::vector<std::string>threshold_metrics = std::vector<std::string>threshold_metrics =
{"BS", "BS_CRD", "BS_LBD", "BSS"}; {"BS", "BS_CRD", "BS_LBD", "BSS",
"POD", "POFD", "FAR", "CSI", "ROCSS"};
for (const auto& metric : metrics) for (const auto& metric : metrics)
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment