properties of the solution of a quadratic program More...
#include <shark/Algorithms/QP/QuadraticProgram.h>
Public Member Functions | |
QpSolutionProperties () | |
Public Attributes | |
double | accuracy |
typically the maximal KKT violation More... | |
unsigned long long | iterations |
number of decomposition iterations More... | |
double | value |
value of the objective function More... | |
double | seconds |
training time More... | |
properties of the solution of a quadratic program
Definition at line 133 of file QuadraticProgram.h.
|
inline |
Definition at line 135 of file QuadraticProgram.h.
References shark::QpNone.
double shark::QpSolutionProperties::accuracy |
typically the maximal KKT violation
Definition at line 145 of file QuadraticProgram.h.
Referenced by shark::McSvmOVATrainer< InputType, CacheType >::train(), and shark::LinearMcSvmOVATrainer< InputType >::train().
unsigned long long shark::QpSolutionProperties::iterations |
number of decomposition iterations
Definition at line 146 of file QuadraticProgram.h.
Referenced by main(), shark::McSvmOVATrainer< InputType, CacheType >::train(), and shark::LinearMcSvmOVATrainer< InputType >::train().
double shark::QpSolutionProperties::seconds |
training time
Definition at line 148 of file QuadraticProgram.h.
Referenced by main(), shark::McSvmOVATrainer< InputType, CacheType >::train(), and shark::LinearMcSvmOVATrainer< InputType >::train().
double shark::QpSolutionProperties::value |
value of the objective function
Definition at line 147 of file QuadraticProgram.h.
Referenced by shark::RadiusMarginQuotient< InputType, CacheType >::computeRadiusMargin(), main(), shark::McSvmOVATrainer< InputType, CacheType >::train(), and shark::LinearMcSvmOVATrainer< InputType >::train().