| 350 | |
| 351 | template <typename K> |
| 352 | binary_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 | |
| 358 | template <typename K> |
| 359 | regression_test _test_regression_function ( |
nothing calls this directly
no test coverage detected