aboutsummaryrefslogtreecommitdiff
path: root/tests/aux
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Major bugfix for nonlinear GenSVMGertjan van den Burg3-40/+38
Nonlinear GenSVM depends on the eigendecomposition of the kernel matrix. Mathematically, the Sigma vector in the code should contain the square root of the eigenvalues. Taking the square root was however neglected, which resulted in poor performance of nonlinear GenSVM. This is now fixed, which means that the performance of nonlinear GenSVM will be much better.
2017-02-17Remove kernelparam array in favour of explicit kernel parametersGertjan van den Burg1-0/+25
This simplifies a lot of the code and will make it easier to link to other languages.
2016-12-06add msvmmaj matlab file to gitGertjan van den Burg1-0/+361
2016-12-06add unit tests for gensvm_trainGertjan van den Burg2-0/+144
2016-12-05fix missing test in gensvm_optimize and expose doublesortGertjan van den Burg1-0/+13
2016-12-05add octave testfiles to gitGertjan van den Burg11-0/+809
2016-09-30minor changes and start on test of gensvm_optimizeGertjan van den Burg2-6/+1
2016-09-22More unit tests for optimizeGertjan van den Burg4-0/+182
Also added auxiliary Octave files used to construct the unit tests