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

Function test_binary_decision_function

dlib/svm/svm.h:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 typename in_scalar_vector_type
164 >
165 const matrix<double,1,2> test_binary_decision_function (
166 const dec_funct_type& dec_funct,
167 const in_sample_vector_type& x_test,
168 const in_scalar_vector_type& y_test
169 )
170 {
171 return test_binary_decision_function_impl(dec_funct,
172 mat(x_test),
173 mat(y_test));
174 }
175
176// ----------------------------------------------------------------------------------------
177

Calls 2

matFunction · 0.70

Tested by

no test coverage detected