LIBIRWLS
budgeted-train.c File Reference

Implementation of the functions to train a budgeted SVM. More...

#include <omp.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include "budgeted-train.h"
#include "kernels.h"
#include "ParallelAlgorithms.h"

Detailed Description

Implementation of the functions to train a budgeted SVM.

See budgeted-train.h for a detailed description of its functions and parameters.

For a detailed description of the algorithm and its parameters read the following paper:

Díaz-Morales, R., & Navia-Vázquez, Á. (2016). Efficient parallel implementation of kernel methods. Neurocomputing, 191, 175-186.

Author
Roberto Diaz Morales
Date
23 Aug 2016
See also
budgeted-train.h