Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
8136e03a
Commit
8136e03a
authored
May 29, 2018
by
Theophile GENTILHOMME
Browse files
[doc][experiments] / [script][figure] Rename HTER tp ACER
parent
25a9c4d6
Pipeline
#20593
passed with stage
in 18 minutes and 53 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/pad/base/script/figure.py
View file @
8136e03a
...
...
@@ -113,7 +113,7 @@ class MetricsVuln(measure_figure.Metrics):
rows
=
[]
rows
.
append
([
'FMR (%)'
,
'{:>5.1f}%'
.
format
(
100
*
far
)])
rows
.
append
([
'BPCER (%)'
,
'{:>5.1f}%'
.
format
(
frr
*
100
)])
rows
.
append
([
'
HT
ER (%)'
,
'{:>5.1f}%'
.
format
(
50
*
(
far
+
frr
))])
rows
.
append
([
'
AC
ER (%)'
,
'{:>5.1f}%'
.
format
(
50
*
(
far
+
frr
))])
rows
.
append
([
'IAPMR (%)'
,
'{:>5.1f}%'
.
format
(
100
*
iapmr
)])
click
.
echo
(
tabulate
(
rows
,
headers
,
self
.
_tablefmt
),
...
...
doc/experiments.rst
View file @
8136e03a
...
...
@@ -181,7 +181,7 @@ Metrics for vulnerability analysis are also avaible trhough:
========= ===================
APCER (%) 100.0%
BPCER (%) 100.0%
HT
ER (%) 100.0%
AC
ER (%) 100.0%
IAPMR (%) 100.0%
========= ===================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment