From d2058af122559dcdaf16958dd43ccf3458fc8614 Mon Sep 17 00:00:00 2001 From: Timo Hinsemann <86418012+TimoHinsemann@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:02:32 +0200 Subject: [PATCH] Extension of descriptions of FN-/FP-Detection. (#40) --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 0aea251..f148f9c 100755 --- a/data.json +++ b/data.json @@ -4,7 +4,7 @@ "parentIds": [], "title": "False negative detection", "decomBlock": "Detection identification", - "description": "Missing detection, compared to an ideally detected surrounding.", + "description": "Missing detection, compared to an ideally detected surrounding. False negative detections to be handled by following processing steps.", "references": "", "nodeType": "effect" }, @@ -13,7 +13,7 @@ "parentIds": [], "title": "False positive detection", "decomBlock": "Detection identification", - "description": "Additional detection, compared to an ideally detected surrounding.", + "description": "Additional detection, compared to an ideally detected surrounding. False positive detections to be filtered/handled/eliminated by following processing steps.", "references": "[]", "nodeType": "effect" },