Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e8bb31f3
Commit
e8bb31f3
authored
Sep 14, 2014
by
Davis King
Browse files
Renamed compute_equal_error_rate() to equal_error_rate()
parent
4301dc99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/statistics/lda.h
dlib/statistics/lda.h
+1
-1
dlib/statistics/lda_abstract.h
dlib/statistics/lda_abstract.h
+1
-1
No files found.
dlib/statistics/lda.h
View file @
e8bb31f3
...
...
@@ -139,7 +139,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
inline
std
::
pair
<
double
,
double
>
compute_
equal_error_rate
(
inline
std
::
pair
<
double
,
double
>
equal_error_rate
(
const
std
::
vector
<
double
>&
low_vals
,
const
std
::
vector
<
double
>&
high_vals
)
...
...
dlib/statistics/lda_abstract.h
View file @
e8bb31f3
...
...
@@ -54,7 +54,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
std
::
pair
<
double
,
double
>
compute_
equal_error_rate
(
std
::
pair
<
double
,
double
>
equal_error_rate
(
const
std
::
vector
<
double
>&
low_vals
,
const
std
::
vector
<
double
>&
high_vals
);
...
...
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