gensvm: A Generalized Multiclass Support Vector Machine

The GenSVM classifier is a generalized multiclass support vector machine (SVM). This classifier aims to find decision boundaries that separate the classes with as wide a margin as possible. In GenSVM, the loss function is very flexible in the way that misclassifications are penalized. This allows the user to tune the classifier to the dataset at hand and potentially obtain higher classification accuracy than alternative multiclass SVMs. Moreover, this flexibility means that GenSVM has a number of other multiclass SVMs as special cases. One of the other advantages of GenSVM is that it is trained in the primal space, allowing the use of warm starts during optimization. This means that for common tasks such as cross validation or repeated model fitting, GenSVM can be trained very quickly. Based on: G.J.J. van den Burg and P.J.F. Groenen (2018) <https://www.jmlr.org/papers/v17/14-526.html>.

Version: 0.1.7
Depends: R (≥ 3.0.0)
Published: 2023-01-28
Author: Gertjan van den Burg [aut, cre], Patrick Groenen [ctb]
Maintainer: Gertjan van den Burg <gertjanvandenburg at gmail.com>
BugReports: https://github.com/GjjvdBurg/RGenSVM
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/GjjvdBurg/RGenSVM https://jmlr.org/papers/v17/14-526.html
NeedsCompilation: yes
Classification/MSC: 62H30, 68T10
Citation: gensvm citation info
Materials: README NEWS
CRAN checks: gensvm results

Documentation:

Reference manual: gensvm.pdf

Downloads:

Package source: gensvm_0.1.7.tar.gz
Windows binaries: r-devel: gensvm_0.1.7.zip, r-release: gensvm_0.1.7.zip, r-oldrel: gensvm_0.1.7.zip
macOS binaries: r-release (arm64): gensvm_0.1.7.tgz, r-oldrel (arm64): gensvm_0.1.7.tgz, r-release (x86_64): gensvm_0.1.7.tgz
Old sources: gensvm archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=gensvm to link to this page.