aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test_gensvm_pred.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17refactor gensvm_pred to gensvm_predictGertjan van den Burg1-264/+0
2016-10-17Update predictions to work with sparse matricesGertjan van den Burg1-2/+101
This is done by pulling the Z*V routines from the gensvm_optimize file to a seperate file, since they are shared by prediction and get_loss
2016-09-20Unit tests and corresponding dataGertjan van den Burg1-0/+165