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
 

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.

§ 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.

§ 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.


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