Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
fbcadd3c
Commit
fbcadd3c
authored
Feb 06, 2019
by
Philippe Veber
Browse files
declare oracle parameters
parent
b78e4b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/convergence_detection.ml
lib/convergence_detection.ml
+2
-0
No files found.
lib/convergence_detection.ml
View file @
fbcadd3c
...
...
@@ -185,6 +185,8 @@ let recall_precision_curve table =
]
let
%
pworkflow
oracle
~
n_h0
~
n_ha
=
let
n_h0
=
[
%
param
n_h0
]
in
let
n_ha
=
[
%
param
n_ha
]
in
"Sites
\t
Oracle"
::
(
List
.
init
n_h0
~
f
:
(
fun
i
->
sprintf
"%d
\t
0"
(
i
+
1
)))
@
(
List
.
init
n_ha
~
f
:
(
fun
i
->
sprintf
"%d
\t
1"
(
n_h0
+
i
+
1
)))
...
...
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