| 33 | }; |
| 34 | |
| 35 | TEST_F(SVRTest, test_set) { |
| 36 | EXPECT_NEAR(load_dataset_and_train(DATASET_DIR |
| 37 | "test_dataset.txt", DATASET_DIR |
| 38 | "test_dataset.txt", 100, 0.5), 0.020752, 1e-3); |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected