33 #ifndef LIBIRWLSPREDICT_ 34 #define LIBIRWLSPREDICT_ A dataset.
Definition: IOStructures.h:114
double * softTest(svm_dataset dataset, model mymodel, predictProperties props)
Function to obtain the soft output of the classifier.
It represents a trained model that has been obtained using PIRWLS or PSIRWLS.
Definition: IOStructures.h:81
void printPredictInstructions(void)
Print instructions.
Input and Output structures and procedures.
Testing parameters of the IRWLS procedures.
Definition: IOStructures.h:65
predictProperties parsePredictParameters(int *argc, char ***argv)
It parses the prediction parameters from the command line.
double * test(svm_dataset dataset, model mymodel, predictProperties props)
Function to classify data in a labeled dataset and to obtain the accuracy.