LIBIRWLS
|
Testing parameters of the IRWLS procedures. More...
#include <IOStructures.h>
Data Fields | |
int | Labels |
int | Threads |
int | Soft |
int | file |
char * | separator |
int | verbose |
Testing parameters of the IRWLS procedures.
This struct stores the testing parameters of the IRWLS procedures.
int predictProperties::file |
File format (1 libsvm, 0 csv).
int predictProperties::Labels |
If the dataset to test is labeled.
char* predictProperties::separator |
csv char separator.
int predictProperties::Soft |
The classifier obtains Soft output or not.
int predictProperties::Threads |
Number of threads to make the predictions on the dataset.
int predictProperties::verbose |
1 print messages in the standard output, 0 silent mode.