LIBIRWLS
predictProperties Struct Reference

Testing parameters of the IRWLS procedures. More...

#include <IOStructures.h>

Data Fields

int Labels
 
int Threads
 
int Soft
 
int file
 
char * separator
 
int verbose
 

Detailed Description

Testing parameters of the IRWLS procedures.

This struct stores the testing parameters of the IRWLS procedures.

Field Documentation

§ file

int predictProperties::file

File format (1 libsvm, 0 csv).

§ Labels

int predictProperties::Labels

If the dataset to test is labeled.

§ separator

char* predictProperties::separator

csv char separator.

§ Soft

int predictProperties::Soft

The classifier obtains Soft output or not.

§ Threads

int predictProperties::Threads

Number of threads to make the predictions on the dataset.

§ verbose

int predictProperties::verbose

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


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