| 362 | } |
| 363 | |
| 364 | void SvmModel::set_max_memory_size_Byte(size_t size) { |
| 365 | if(size > 0) |
| 366 | this->param.max_mem_size = static_cast<size_t>(size); |
| 367 | } |
| 368 | |
| 369 | void SvmModel::get_param(char* kernel_type, int* degree, float* gamma, float* coef0, int* probability){ |
| 370 | switch(param.kernel_type){ |
no outgoing calls
no test coverage detected