LIBIRWLS
|
Training parameters of the IRWLS procedures. More...
#include <IOStructures.h>
Data Fields | |
double | Kgamma |
int | kernelType |
double | C |
int | Threads |
int | MaxSize |
int | size |
int | algorithm |
double | Eta |
int | file |
char * | separator |
int | verbose |
Training parameters of the IRWLS procedures.
This struct stores the training parameters of the IRWLS procedures.
int properties::algorithm |
Algorithm to select the centroids of the semiparametric model.
double properties::C |
C parameter of the SVM cost function.
double properties::Eta |
Convergence criteria of the SVM.
int properties::file |
File format (1 libsvm, 0 csv).
int properties::kernelType |
The kernel function (linear=0, rbf=1).
double properties::Kgamma |
Gamma parameter of the kernel function.
int properties::MaxSize |
Maximum size of the active set to calculate the SVM.
char* properties::separator |
csv char separator.
int properties::size |
Size of semiparametric model (if we are executing the semiparametric version).
int properties::Threads |
Number of threads to parallelize the operations.
int properties::verbose |
1 print messages in the standard output, 0 silent mode.