Public Member Functions | |
l2loss_svm_fun (const problem *prob, float64_t Cp, float64_t Cn) | |
~l2loss_svm_fun () | |
float64_t | fun (float64_t *w) |
void | grad (float64_t *w, float64_t *g) |
void | Hv (float64_t *s, float64_t *Hs) |
int32_t | get_nr_variable (void) |
Definition at line 95 of file SVM_linear.h.
l2loss_svm_fun::~l2loss_svm_fun | ( | ) |
Definition at line 168 of file SVM_linear.cpp.
fun
w | w |
Implements function.
Definition at line 176 of file SVM_linear.cpp.
int32_t l2loss_svm_fun::get_nr_variable | ( | void | ) | [virtual] |
get number of variables
Implements function.
Definition at line 221 of file SVM_linear.cpp.