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

Function TEST_F

src/test/test_nusvc.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40TEST_F(NuSVCTest, test_set) {
41 EXPECT_NEAR(load_dataset_and_train(DATASET_DIR
42 "test_dataset.txt", DATASET_DIR
43 "test_dataset.txt", 100, 0.5, 0.1), 0.98, 1e-3);
44}
45
46//TEST_F(NuSVCTest, a9a) {
47// EXPECT_NEAR(load_dataset_and_train(DATASET_DIR

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected