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
a696ace0
Commit
a696ace0
authored
Mar 09, 2016
by
Tiago de Freitas Pereira
Browse files
Documentation fixes
parent
c8e8563e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/load.py
View file @
a696ace0
...
...
@@ -129,8 +129,7 @@ def split_four_column(filename):
return
(
numpy
.
array
(
neg
,
numpy
.
float64
),
numpy
.
array
(
pos
,
numpy
.
float64
))
def
cmc_four_column
(
filename
):
"""
cmc_four_column(filename) -> cmc_scores
"""cmc_four_column(filename) -> cmc_scores
Loads scores to compute CMC curves from a file in four column format.
...
...
@@ -278,8 +277,7 @@ def split_five_column(filename):
def
cmc_five_column
(
filename
):
"""
cmc_four_column(filename) -> cmc_scores
"""cmc_four_column(filename) -> cmc_scores
Loads scores to compute CMC curves from a file in five column format.
The four column file needs to be in the same format as described in :py:func:`five_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