aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test_gensvm_optimize.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17Bugfix for testing on non-atlas systemsGertjan van den Burg1-1/+1
2016-12-06add unit tests for gensvm_trainGertjan van den Burg1-2/+0
2016-12-05fix missing test in gensvm_optimize and expose doublesortGertjan van den Burg1-14/+45
2016-10-24update copyright informationGertjan van den Burg1-2/+21
2016-10-14add sparse matrices to GenSVM and reorganize update functionalityGertjan van den Burg1-754/+0
2016-10-06Switch to using dsyrk instead of dsyr for speed.Gertjan van den Burg1-22/+21
Also added a workspace (GenWork) structure for to hold working matrices for the gensvm_get_update() and gensvm_get_loss() functions
2016-09-30rewrite of the update function to use only rank 1 operations where possibleGertjan van den Burg1-26/+12
2016-09-30Rewrite UU matrix to be K*K*(K-1) instead of n*K*(K-1)Gertjan van den Burg1-192/+18
significant memory reduction by turning the 3D UU matrix into a 2D block matrix, with significantly less dimensions
2016-09-30Remove category matrix from implementationGertjan van den Burg1-69/+5
It's a remnant from the Matlab implementation, where it actually makes sense to use. Here it becomes a significant memory burden for large datasets, and doesn't provide any speedup
2016-09-30minor changes and start on test of gensvm_optimizeGertjan van den Burg1-2/+116
2016-09-30Break up update function and add unit tests for partsGertjan van den Burg1-7/+461
2016-09-22More unit tests for optimizeGertjan van den Burg1-6/+694
Also added auxiliary Octave files used to construct the unit tests
2016-09-20Unit tests and corresponding dataGertjan van den Burg1-0/+450