Commit 4b165cd1 authored by Davis King's avatar Davis King

Renamed a function.

parent 011aae49
......@@ -46,7 +46,7 @@ namespace dlib
) const { return node_weights; }
template <typename graph_type>
void predict_assignments (
void operator() (
const graph_type& samp,
result_type& labels
) const
......@@ -83,7 +83,7 @@ namespace dlib
) const
{
result_type temp;
predict_assignments(sample, temp);
(*this)(sample, temp);
return temp;
}
......
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