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