diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-10-14 19:00:33 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-10-14 19:00:33 +0200 |
| commit | 0cc025358af341b7e9757e2b9ce5eb0b09af7b2f (patch) | |
| tree | 343f50cdba91361ddd0a18c554a7cd646d88aff8 /include/gensvm_grid.h | |
| parent | add sparse matrices to GenSVM and reorganize update functionality (diff) | |
| download | gensvm-0cc025358af341b7e9757e2b9ce5eb0b09af7b2f.tar.gz gensvm-0cc025358af341b7e9757e2b9ce5eb0b09af7b2f.zip | |
documentation fixes
Diffstat (limited to 'include/gensvm_grid.h')
| -rw-r--r-- | include/gensvm_grid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_grid.h b/include/gensvm_grid.h index a37ce12..d01aa9c 100644 --- a/include/gensvm_grid.h +++ b/include/gensvm_grid.h @@ -2,7 +2,7 @@ * @file gensvm_grid.h * @author Gertjan van den Burg * @date May, 2016 - * @brief Structs necessary for the grid search + * @brief Header file for gensvm_grid.c * * @details * The grid search for the optimal parameters is done through a queue. |
