| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-27 | Major bugfix for nonlinear GenSVM | Gertjan van den Burg | 1 | -79/+104 | |
| 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 | -66/+48 | |
| This simplifies a lot of the code and will make it easier to link to other languages. | |||||
| 2016-12-05 | further unit tests for kernel module | Gertjan van den Burg | 1 | -1/+3752 | |
| 2016-12-05 | Tests and documentation kernel module | Gertjan van den Burg | 1 | -0/+153 | |
