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

Function TEST_F

src/test/test_kernelmatrix.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121};
122
123TEST_F(KernelMatrixTest, test_rbf) {
124 param.gamma = 0.5;
125 param.kernel_type = SvmParam::RBF;
126}
127
128TEST_F(KernelMatrixTest, test_poly) {
129 param.gamma = 0.5;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected