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.measure
Commits
fcec78af
Commit
fcec78af
authored
Sep 29, 2016
by
André Anjos
💬
Browse files
Fix double py:py
parent
6c6a3de6
Pipeline
#4148
failed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/openbr.py
View file @
fcec78af
...
...
@@ -50,7 +50,7 @@ def write_matrix(
The mask file defines, which values are positives, negatives or to be
ignored. Usually, the file name extension is ``.mask``
model_names (
py
:py:class:`str`, optional): If given, the matrix will be
model_names (:py:class:`str`, optional): If given, the matrix will be
written in the same order as the given model names. The model names must
be identical with the second column in the 5-column ``score_file``.
...
...
@@ -62,7 +62,7 @@ def write_matrix(
Only the scores of the given models will be considered.
probe_names (:py:
py:
class:`list`, optional): A list of strings. If given,
probe_names (:py:class:`list`, optional): A list of strings. If given,
the matrix will be written in the same order as the given probe names
(the ``path`` of the probe). The probe names are identical to the third
column of the 4-column (or the fourth column of the 5-column)
...
...
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