| 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 |
no test coverage detected