| 121 | }; |
| 122 | |
| 123 | TEST_F(KernelMatrixTest, test_rbf) { |
| 124 | param.gamma = 0.5; |
| 125 | param.kernel_type = SvmParam::RBF; |
| 126 | } |
| 127 | |
| 128 | TEST_F(KernelMatrixTest, test_poly) { |
| 129 | param.gamma = 0.5; |
nothing calls this directly
no outgoing calls
no test coverage detected