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

Function DataSet_new

src/thundersvm/svm_interface_api.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16extern "C" {
17 DataSet* DataSet_new() {return new DataSet();}
18 //void DataSet_load_from_python(DataSet *dataset, float *y, char **x, int len) {dataset->load_from_python(y, x, len);}
19 void thundersvm_train_sub(DataSet& train_dataset, CMDParser& parser, char* model_file_path){
20 SvmModel *model = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected