Commit c1a82697 authored by Davis King's avatar Davis King

minor cleanup

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404067
parent 9e345959
......@@ -134,7 +134,7 @@ namespace dlib
// run all the classifiers over the sample
for(typename binary_function_table::const_iterator i = dfs.begin(); i != dfs.end(); ++i)
{
const double score = i->second(sample);
const scalar_type score = i->second(sample);
if (score > 0)
votes[i->first.first] += 1;
......
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