MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / TEST_F

Function TEST_F

src/test/test_svr.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35TEST_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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected