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

Function _test_binary_decision_function

tools/python/src/decision_functions.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351template <typename K>
352binary_test _test_binary_decision_function (
353 const decision_function<K>& dec_funct,
354 const std::vector<typename K::sample_type>& x_test,
355 const std::vector<double>& y_test
356) { return binary_test(test_binary_decision_function(dec_funct, x_test, y_test)); }
357
358template <typename K>
359regression_test _test_regression_function (

Callers

nothing calls this directly

Calls 2

binary_testClass · 0.85

Tested by

no test coverage detected