LIBIRWLS
properties Struct Reference

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
 

Detailed Description

Training parameters of the IRWLS procedures.

This struct stores the training parameters of the IRWLS procedures.

Field Documentation

§ algorithm

int properties::algorithm

Algorithm to select the centroids of the semiparametric model.

§ C

double properties::C

C parameter of the SVM cost function.

§ Eta

double properties::Eta

Convergence criteria of the SVM.

§ file

int properties::file

File format (1 libsvm, 0 csv).

§ kernelType

int properties::kernelType

The kernel function (linear=0, rbf=1).

§ Kgamma

double properties::Kgamma

Gamma parameter of the kernel function.

§ MaxSize

int properties::MaxSize

Maximum size of the active set to calculate the SVM.

§ separator

char* properties::separator

csv char separator.

§ size

int properties::size

Size of semiparametric model (if we are executing the semiparametric version).

§ Threads

int properties::Threads

Number of threads to parallelize the operations.

§ verbose

int properties::verbose

1 print messages in the standard output, 0 silent mode.


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