Go to the source code of this file.
Functions | |
static const void * | get_col (uint32_t i) |
static float64_t | get_time () |
ocas_return_value_T | svm_ocas_solver (float64_t C, uint32_t nData, float64_t TolRel, float64_t TolAbs, float64_t QPBound, uint32_t _BufSize, uint8_t Method, void(*compute_W)(float64_t *, float64_t *, float64_t *, uint32_t, void *), float64_t(*update_W)(float64_t, void *), void(*add_new_cut)(float64_t *, uint32_t *, uint32_t, uint32_t, void *), void(*compute_output)(float64_t *, void *), void(*sort)(float64_t *, uint32_t *, uint32_t), void *user_data) |
Variables | |
static const uint32_t | QPSolverMaxIter = 10000000 |
static float64_t * | H |
static uint32_t | BufSize |