| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-06 | document undocumented elements | Gertjan van den Burg | 1 | -5/+11 | |
| 2016-12-05 | further unit tests for kernel module | Gertjan van den Burg | 1 | -0/+3 | |
| 2016-11-07 | compute ZAZ in blocks to increase numerical precision | Gertjan van den Burg | 1 | -0/+2 | |
| 2016-10-24 | update copyright information | Gertjan van den Burg | 1 | -2/+20 | |
| 2016-10-14 | add sparse matrices to GenSVM and reorganize update functionality | Gertjan van den Burg | 1 | -1/+4 | |
| 2016-10-06 | Switch to using dsyrk instead of dsyr for speed. | Gertjan van den Burg | 1 | -0/+31 | |
| Also added a workspace (GenWork) structure for to hold working matrices for the gensvm_get_update() and gensvm_get_loss() functions | |||||
| 2016-09-30 | Rewrite UU matrix to be K*K*(K-1) instead of n*K*(K-1) | Gertjan van den Burg | 1 | -1/+1 | |
| significant memory reduction by turning the 3D UU matrix into a 2D block matrix, with significantly less dimensions | |||||
| 2016-09-30 | Remove category matrix from implementation | Gertjan van den Burg | 1 | -3/+0 | |
| 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-30 | remove unnecessary W and t matrices | Gertjan van den Burg | 1 | -4/+0 | |
| 2016-09-20 | Change globals.h to gensvm_globals.h | Gertjan van den Burg | 1 | -1/+1 | |
| Conformity! | |||||
| 2016-05-16 | documentation | Gertjan van den Burg | 1 | -2/+3 | |
| 2016-05-16 | major refactor of the code | Gertjan van den Burg | 1 | -0/+116 | |
