#include <Svm.h>

Public Member Functions | |
| RegularizationNetwork (SVM *pSVM, double gamma) | |
| Constructor. | |
| ~RegularizationNetwork () | |
| Destructor. | |
| double | get_gamma () |
| void | set_gamma (double gamma) |
| bool | isFeasible () |
| ensure gamma is positive | |
Definition at line 811 of file Svm.h.
| RegularizationNetwork::RegularizationNetwork | ( | SVM * | pSVM, | |
| double | gamma | |||
| ) |
| RegularizationNetwork::~RegularizationNetwork | ( | ) |
| double RegularizationNetwork::get_gamma | ( | ) | [inline] |
Definition at line 821 of file Svm.h.
References Model::parameter.
Referenced by SVM_Optimizer::init().
| bool RegularizationNetwork::isFeasible | ( | ) | [virtual] |
ensure gamma is positive
Reimplemented from MetaSVM.
Definition at line 1254 of file Svm.cpp.
References MetaSVM::isFeasible(), and Model::parameter.
| void RegularizationNetwork::set_gamma | ( | double | gamma | ) | [inline] |