Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.measure
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.measure
Commits
abb88b44
There was a problem fetching the pipeline summary.
Commit
abb88b44
authored
8 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Using the nocheck version of linsolve, as it was before
parent
7bd7d467
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!32
Resolve "Updated API in `bob.math` requires update in this package, too"
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/measure/cpp/error.cpp
+1
-1
1 addition, 1 deletion
bob/measure/cpp/error.cpp
with
1 addition
and
1 deletion
bob/measure/cpp/error.cpp
+
1
−
1
View file @
abb88b44
...
@@ -362,7 +362,7 @@ double bob::measure::rocch2eer(const blitz::Array<double, 2> &pfa_pmiss) {
...
@@ -362,7 +362,7 @@ double bob::measure::rocch2eer(const blitz::Array<double, 2> &pfa_pmiss) {
eerseg
=
0.
;
eerseg
=
0.
;
else
{
else
{
// Find line coefficients seg s.t. XY.seg = 1,
// Find line coefficients seg s.t. XY.seg = 1,
bob
::
math
::
linsolve
(
XY
,
one
,
seg
);
bob
::
math
::
linsolve
_
(
XY
,
one
,
seg
);
// Candidate for the EER (to be compared to current value)
// Candidate for the EER (to be compared to current value)
eerseg
=
1.
/
blitz
::
sum
(
seg
);
eerseg
=
1.
/
blitz
::
sum
(
seg
);
}
}
...
...
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