Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.base
Commits
401cfac1
There was a problem fetching the pipeline summary.
Commit
401cfac1
authored
7 years ago
by
Theophile GENTILHOMME
Browse files
Options
Downloads
Patches
Plain Diff
trying to fix related sphinx errors with python27
parent
5b7872b8
No related branches found
No related tags found
2 merge requests
!146
Add 4-5-col files related functionalities and add click commands
,
!138
Moving biometrics-related functionality from bob.measure
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/bio/base/score/load.py
+3
-3
3 additions, 3 deletions
bob/bio/base/score/load.py
with
3 additions
and
3 deletions
bob/bio/base/score/load.py
+
3
−
3
View file @
401cfac1
...
@@ -152,7 +152,7 @@ def cmc_four_column(filename):
...
@@ -152,7 +152,7 @@ def cmc_four_column(filename):
Returns:
Returns:
:py
:class:`list`: A list of tuples, where each tuple contains the
:class:`list`: A list of tuples, where each tuple contains the
``negative`` and ``positive`` scores for one probe of the database. Both
``negative`` and ``positive`` scores for one probe of the database. Both
``negatives`` and ``positives`` can be either an 1D
``negatives`` and ``positives`` can be either an 1D
:py:class:`numpy.ndarray` of type ``float``, or ``None``.
:py:class:`numpy.ndarray` of type ``float``, or ``None``.
...
@@ -256,7 +256,7 @@ def cmc_five_column(filename):
...
@@ -256,7 +256,7 @@ def cmc_five_column(filename):
Returns:
Returns:
:py
:class:`list`: A list of tuples, where each tuple contains the
:class:`list`: A list of tuples, where each tuple contains the
``negative`` and ``positive`` scores for one probe of the database.
``negative`` and ``positive`` scores for one probe of the database.
"""
"""
...
@@ -343,7 +343,7 @@ def cmc(filename, ncolumns=None):
...
@@ -343,7 +343,7 @@ def cmc(filename, ncolumns=None):
Returns:
Returns:
:py
:class:`list`: [(neg,pos)] A list of tuples, where each tuple contains the
:class:`list`: [(neg,pos)] A list of tuples, where each tuple contains the
``negative`` and ``positive`` scores for one probe of the database.
``negative`` and ``positive`` scores for one probe of the database.
"""
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment