| 36 | }; |
| 37 | |
| 38 | TEST_F(NuSVRTest, test_set) { |
| 39 | EXPECT_NEAR(load_dataset_and_train(DATASET_DIR |
| 40 | "test_dataset.txt", DATASET_DIR |
| 41 | "test_dataset.txt", 100, 0.5, 0.1), 0.028369, 1.2e-5); |
| 42 | } |
nothing calls this directly
no outgoing calls
no test coverage detected