Commit d1295d13 authored by Davis King's avatar Davis King

A minor change to avoid a compiler warning in visual studio.

parent f6782bb8
......@@ -763,7 +763,7 @@ namespace dlib
} // for (long i = 0; i < folds; ++i)
std::pair<scalar_type,scalar_type> params = learn_platt_scaling(out, out_label);
std::pair<double,double> params = learn_platt_scaling(out, out_label);
const double A = params.first;
const double B = params.second;
......
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