qpssvmlib.h

Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  * Written (W) 2007-2008 Vojtech Franc
00008  */
00009 
00010 int8_t qpssvm_solver(const void* (*get_col)(uint32_t),
00011                   float64_t *diag_H,
00012                   float64_t *f,
00013                   float64_t b,
00014                   uint16_t *I,
00015                   float64_t *x,
00016                   uint32_t n,
00017                   uint32_t tmax,
00018                   float64_t tolabs,
00019                   float64_t tolrel,
00020                   float64_t *QP,
00021                   float64_t *QD,
00022                   uint32_t verb);

SHOGUN Machine Learning Toolbox - Documentation