| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-27 | Major bugfix for nonlinear GenSVM | Gertjan van den Burg | 3 | -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-17 | Remove kernelparam array in favour of explicit kernel parameters | Gertjan van den Burg | 1 | -0/+25 | |
| This simplifies a lot of the code and will make it easier to link to other languages. | |||||
| 2016-12-06 | add msvmmaj matlab file to git | Gertjan van den Burg | 1 | -0/+361 | |
| 2016-12-06 | add unit tests for gensvm_train | Gertjan van den Burg | 2 | -0/+144 | |
| 2016-12-05 | fix missing test in gensvm_optimize and expose doublesort | Gertjan van den Burg | 1 | -0/+13 | |
| 2016-12-05 | add octave testfiles to git | Gertjan van den Burg | 11 | -0/+809 | |
| 2016-09-30 | minor changes and start on test of gensvm_optimize | Gertjan van den Burg | 2 | -6/+1 | |
| 2016-09-22 | More unit tests for optimize | Gertjan van den Burg | 4 | -0/+182 | |
| Also added auxiliary Octave files used to construct the unit tests | |||||
