Public Attributes
VlSvmStatistics_ Struct Reference

SVM statistics This structure contains statistics characterising the state of the SVM solver, such as the current value of the objective function. More...

#include <svm.h>

List of all members.

Public Attributes

double dualityGap
double dualLoss
double dualObjective
double elapsedTime
vl_size epoch
vl_size iteration
double loss
double objective
double regularizer
double scoresVariation
VlSvmSolverStatus status

Detailed Description

SVM statistics This structure contains statistics characterising the state of the SVM solver, such as the current value of the objective function.

Not all fields are used by all solvers.

Definition at line 76 of file svm.h.


Member Data Documentation

Duality gap = objective - dualObjective.

Definition at line 85 of file svm.h.

Dual loss value.

Definition at line 84 of file svm.h.

Dual objective value.

Definition at line 83 of file svm.h.

Time elapsed from the start of training.

Definition at line 87 of file svm.h.

Solver epoch (iteration / num samples).

Definition at line 79 of file svm.h.

Solver iteration.

Definition at line 78 of file svm.h.

Loss value.

Definition at line 82 of file svm.h.

Objective function value.

Definition at line 80 of file svm.h.

Regularizer value.

Definition at line 81 of file svm.h.

Variance of the score updates.

Definition at line 86 of file svm.h.

Solver status.

Definition at line 77 of file svm.h.


The documentation for this struct was generated from the following file:


libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:53