aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test_gensvm_kernel.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Major bugfix for nonlinear GenSVMGertjan van den Burg1-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-17Remove kernelparam array in favour of explicit kernel parametersGertjan van den Burg1-66/+48
This simplifies a lot of the code and will make it easier to link to other languages.
2016-12-05further unit tests for kernel moduleGertjan van den Burg1-1/+3752
2016-12-05Tests and documentation kernel moduleGertjan van den Burg1-0/+153