#include <shark/Algorithms/QP/QpMcSimplexDecomp.h>
Public Types | |
typedef Matrix::QpFloatType | QpFloatType |
Public Member Functions | |
BiasSolverSimplex (QpMcSimplexDecomp< Matrix > *problem) | |
void | solve (RealVector &bias, QpStoppingCondition &stop, QpSparseArray< QpFloatType > const &nu, bool sumToZero, QpSolutionProperties *prop=NULL) |
Definition at line 886 of file QpMcSimplexDecomp.h.
typedef Matrix::QpFloatType shark::BiasSolverSimplex< Matrix >::QpFloatType |
Definition at line 888 of file QpMcSimplexDecomp.h.
|
inline |
Definition at line 889 of file QpMcSimplexDecomp.h.
|
inline |
Definition at line 891 of file QpMcSimplexDecomp.h.
References shark::QpMcSimplexDecomp< Matrix >::cardP(), shark::QpSolutionProperties::iterations, shark::Timer::now(), and shark::QpSolver< Problem, SelectionStrategy >::solve().
Referenced by shark::CSvmTrainer< InputType, CacheType >::get_db_dParams().