LIBIRWLS
kernels.c File Reference

Implementation of the kernel functions used in the non linear SVM. More...

#include "kernels.h"
#include "IOStructures.h"
#include <math.h>
#include <stdlib.h>

Detailed Description

Implementation of the kernel functions used in the non linear SVM.

It implements the interfaz defined by kernel.h with the kernel functions to use in the non linear SVM in this library. See kernels.h for a detailed description of its functions.

Author
Roberto Diaz Morales
Date
23 Aug 2016
See also
kernels.h