aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_consistency.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Add support for predicting after grid searchGertjan van den Burg1-3/+12
With this commit the gensvm_grid executable can now compute predictions with the best model found during the grid search. The test dataset is supplied through the training file, and a command line flag is added to support saving the predictions in an output file.
2017-02-17Remove kernelparam array in favour of explicit kernel parametersGertjan van den Burg1-2/+0
This simplifies a lot of the code and will make it easier to link to other languages.
2016-12-06document undocumented elementsGertjan van den Burg1-19/+21
2016-12-05fix missing test in gensvm_optimize and expose doublesortGertjan van den Burg1-3/+2
2016-12-05Improvements and tests for tasks and gridsearchGertjan van den Burg1-4/+4
2016-11-03prepare for gridsearch unit testingGertjan van den Burg1-0/+318