Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
4d5fae88
Commit
4d5fae88
authored
Jun 22, 2018
by
Theophile GENTILHOMME
Browse files
[script][vuln_figure] Add limits to IAPMR plot
parent
75500d22
Pipeline
#21267
passed with stage
in 31 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/vuln_figure.py
View file @
4d5fae88
...
...
@@ -200,6 +200,7 @@ class Epc(PadPlot):
prob_ax
=
mpl
.
gca
().
twinx
()
step
=
1.0
/
float
(
self
.
_points
)
thres
=
[
float
(
k
*
step
)
for
k
in
range
(
self
.
_points
)]
thres
.
append
(
1.0
)
apply_thres
=
[
min_weighted_error_rate_threshold
(
licit_dev_neg
,
licit_dev_pos
,
t
)
for
t
in
thres
]
mix_prob_y
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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