diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2017-01-02 10:10:56 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2017-01-02 10:10:56 +0100 |
| commit | 9ea87c0729560710c328c12723a7e45899c91230 (patch) | |
| tree | 4ee81cb5757d424a2f49873d8409138cec4aea3d | |
| parent | fix for string version (diff) | |
| download | gensvm-9ea87c0729560710c328c12723a7e45899c91230.tar.gz gensvm-9ea87c0729560710c328c12723a7e45899c91230.zip | |
update links to documentation
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ take advantage of sparse datasets. There is also support for nonlinear GenSVM through kernels. For documentation on how the library is implemented, see the Doxygen -documentation available [here](https://gjjvdburg.github.io/gensvm/). There are +documentation available [here](https://gjjvdburg.github.io/GenSVM/). There are also many unit tests, which you can use to further understand how the library works. Test coverage for the current version is reported -[here](https://gjjvdburg.github.io/gensvm/cover). +[here](https://gjjvdburg.github.io/GenSVM/cover). This is the C library for GenSVM, which contains two executables for using the method. Python and R packages for GenSVM are planned. If you are interested in @@ -77,7 +77,7 @@ specified with the ``-o`` option. The ``gensvm_grid`` executable can be used to run a grid search on a dataset. The input to this executable is a file (called a grid file), which specifies the values of the parameters. See the ``training`` directory for examples and -the documentation [here](https://gjjvdburg.github.io/gensvm/) for more info on +the documentation [here](https://gjjvdburg.github.io/GenSVM/) for more info on the file format. One important thing to note is that when the ``repeats`` field has a positive value, a so-called "consistency check" will be performed after the grid search has finished. This is a robustness check on the best |
