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

Method SetUp

src/test/test_cross_validation.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 vector<float_type> predict_y;
19
20 void SetUp() override {
21 dataSet.load_from_file(DATASET_DIR "test_dataset.txt");
22 }
23
24 float test_cv(SvmParam param){
25 switch (param.svm_type) {

Callers

nothing calls this directly

Calls 1

load_from_fileMethod · 0.45

Tested by

no test coverage detected