diff options
author | Luca Deri <deri@ntop.org> | 2021-03-20 17:56:24 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-03-20 17:56:24 +0100 |
commit | 627299e4ddd7d39fcc7ce8cd703be0ed8f92da4a (patch) | |
tree | 1cc856b772fb5f56a84df4fb631b468237dd81e1 /tests/do-dga.sh | |
parent | 6333bb1702619d29e7f6ce2acf9091c0ccc436c9 (diff) |
Better DGA detection (slightly decreased accuracy)
Diffstat (limited to 'tests/do-dga.sh')
-rwxr-xr-x | tests/do-dga.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/do-dga.sh b/tests/do-dga.sh index d53cc1bd9..93408a012 100755 --- a/tests/do-dga.sh +++ b/tests/do-dga.sh @@ -4,9 +4,9 @@ cd "$(dirname "${0}")" # Baseline performances ------------------------------------------------------------------------------------------------ # Important notes: BASE values must be integers examples and represents percentage (e.g. 79%, 98%). -BASE_ACCURACY=71 +BASE_ACCURACY=69 BASE_PRECISION=89 -BASE_RECALL=49 +BASE_RECALL=41 # ---------------------------------------------------------------------------------------------------------------------- DGA_EVALUATE="./dga/dga_evaluate" |