diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-07 12:16:31 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-07 12:16:31 -0500 |
| commit | ef17299d31da650784a6d5e670987850dd96ba2a (patch) | |
| tree | eb55830b02e394e21473247e9ea94d45656ffb10 /README.rst | |
| parent | remove known limitation that was fixed (diff) | |
| download | pygensvm-ef17299d31da650784a6d5e670987850dd96ba2a.tar.gz pygensvm-ef17299d31da650784a6d5e670987850dd96ba2a.zip | |
add links all in one place
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 25 |
1 files changed, 18 insertions, 7 deletions
@@ -8,15 +8,26 @@ GenSVM Python Package :target: https://gensvm.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -This is the documentation of the Python package for the GenSVM classifier, -introduced in `GenSVM: A Generalized Multiclass Support Vector Machine -<http://www.jmlr.org/papers/v17/14-526.html>`_ by `Gerrit J.J. van den Burg -<https://gertjanvandenburg.com>`_ and `Patrick J.F. Groenen +This is the Python package for the GenSVM multiclass classifier by `Gerrit +J.J. van den Burg <https://gertjanvandenburg.com>`_ and `Patrick J.F. Groenen <https://personal.eur.nl/groenen/>`_. -The source code of this package is available on GitHub at: -`https://github.com/GjjvdBurg/PyGenSVM -<https://github.com/GjjvdBurg/PyGenSVM>`_. +**Important links:** + +- Source repository: `https://github.com/GjjvdBurg/PyGenSVM + <https://github.com/GjjvdBurg/PyGenSVM>`_. + +- Journal paper: `GenSVM: A Generalized Multiclass Support Vector Machine + <http://www.jmlr.org/papers/v17/14-526.html>`_ + +- Package documentation: `Read The Docs + <https://gensvm.readthedocs.io/en/latest/>`_. + +- There is also an `R package <https://github.com/GjjvdBurg/RGenSVM>`_. + +- Or you can directly use `the C library + <https://github.com/GjjvdBurg/GenSVM>`_. + Installation ------------ |
