MCPcopy Create free account
hub / github.com/davisking/dlib / _assignment_cost

Function _assignment_cost

tools/python/src/other.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71double _assignment_cost (
72 const matrix<double>& cost,
73 const py::list& assignment
74)
75{
76 return assignment_cost(cost, python_list_to_vector<long>(assignment));
77}
78
79// ----------------------------------------------------------------------------------------
80

Callers

nothing calls this directly

Calls 1

assignment_costFunction · 0.85

Tested by

no test coverage detected