From 5f9d2b85c74b1c4e292797d5c6cfeca6b973dff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Grali=C5=84ski?= Date: Thu, 22 Aug 2019 17:26:59 +0200 Subject: [PATCH] Fix typo --- src/GEval/MetricsMeta.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEval/MetricsMeta.hs b/src/GEval/MetricsMeta.hs index 9720c81..a8c024c 100644 --- a/src/GEval/MetricsMeta.hs +++ b/src/GEval/MetricsMeta.hs @@ -103,7 +103,7 @@ are gathered. getMetricDescription (Soft2DFMeasure _) = [i|"Soft" F-measure on rectangles, i.e. precision and recall is calculated for areas. For instance, if a label `foo` is expected for the rectangle (0, 0)-(100, 200) and this label is returned but with -the span (50, 100)-(150, 150), it is treatd as recall=1/4 and precision=2/5. For each item (line) F-score +the span (50, 100)-(150, 150), it is treated as recall=1/4 and precision=2/5. For each item (line) F-score is evaluated separately and finally averaged. |]