Commit e8bb31f3 authored by Davis King's avatar Davis King

Renamed compute_equal_error_rate() to equal_error_rate()

parent 4301dc99
...@@ -139,7 +139,7 @@ namespace dlib ...@@ -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>& low_vals,
const std::vector<double>& high_vals const std::vector<double>& high_vals
) )
......
...@@ -54,7 +54,7 @@ namespace dlib ...@@ -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>& low_vals,
const std::vector<double>& high_vals const std::vector<double>& high_vals
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment