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

Function bind_svm_struct

tools/python/src/svm_struct.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139// ----------------------------------------------------------------------------------------
140
141void bind_svm_struct(py::module& m)
142{
143 m.def("solve_structural_svm_problem",solve_structural_svm_problem, py::arg("problem"),
144"This function solves a structural SVM problem and returns the weight vector \n\
145that defines the solution. See the example program python_examples/svm_struct.py \n\
146for documentation about how to create a proper problem object. "
147 );
148}
149
150// ----------------------------------------------------------------------------------------
151

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 1

argClass · 0.50

Tested by

no test coverage detected