| 15 | |
| 16 | extern "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; |
nothing calls this directly
no outgoing calls
no test coverage detected