Files
IQA-Metric-Benchmark/docs/task/cni/results/facture_thresholds_summary.json
Nguyễn Phước Thành eb465155d1 update
2025-09-08 14:42:22 +07:00

50 lines
854 B
JSON

{
"positive_definition": "HIGH when score >= threshold",
"best_thresholds": {
"f1": {
"threshold": 2.6,
"value": 0.8872180451127819,
"confusion": {
"TP": 59,
"FP": 15,
"FN": 0,
"TN": 4
}
},
"accuracy": {
"threshold": 2.6,
"value": 0.8076923076923077,
"confusion": {
"TP": 59,
"FP": 15,
"FN": 0,
"TN": 4
}
},
"precision": {
"threshold": 3.9,
"value": 1.0,
"confusion": {
"TP": 2,
"FP": 0,
"FN": 57,
"TN": 19
}
},
"recall": {
"threshold": 2.6,
"value": 1.0,
"confusion": {
"TP": 59,
"FP": 15,
"FN": 0,
"TN": 4
}
}
},
"counts": {
"total": 78,
"positives": 59,
"negatives": 19
}
}