Package: gensvm 0.1.7

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>.

Authors:Gertjan van den Burg [aut, cre], Patrick Groenen [ctb]

gensvm_0.1.7.tar.gz
gensvm_0.1.7.zip(r-4.5)gensvm_0.1.7.zip(r-4.4)gensvm_0.1.7.zip(r-4.3)
gensvm_0.1.7.tgz(r-4.4-x86_64)gensvm_0.1.7.tgz(r-4.4-arm64)gensvm_0.1.7.tgz(r-4.3-x86_64)gensvm_0.1.7.tgz(r-4.3-arm64)
gensvm_0.1.7.tar.gz(r-4.5-noble)gensvm_0.1.7.tar.gz(r-4.4-noble)
gensvm_0.1.7.tgz(r-4.4-emscripten)gensvm_0.1.7.tgz(r-4.3-emscripten)
gensvm.pdf |gensvm.html
gensvm/json (API)
NEWS

# Install 'gensvm' in R:
install.packages('gensvm', repos = c('https://gjjvdburg.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/gjjvdburg/rgensvm/issues

On CRAN:

classificationmachine-learningmachine-learning-algorithmsmulticlass-classificationsupport-vector-machine

3.96 score 7 stars 26 scripts 801 downloads 11 exports 0 dependencies

Last updated 2 years agofrom:b5e2f614c1. Checks:OK: 4 NOTE: 5. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 08 2024
R-4.5-win-x86_64NOTENov 08 2024
R-4.5-linux-x86_64NOTENov 08 2024
R-4.4-win-x86_64NOTENov 08 2024
R-4.4-mac-x86_64NOTENov 08 2024
R-4.4-mac-aarch64NOTENov 08 2024
R-4.3-win-x86_64OKNov 08 2024
R-4.3-mac-x86_64OKNov 08 2024
R-4.3-mac-aarch64OKNov 08 2024

Exports:gensvmgensvm.accuracygensvm.gridgensvm.load.full.gridgensvm.load.small.gridgensvm.load.tiny.gridgensvm.maxabs.scalegensvm.refitgensvm.train.test.splitgensvm.validate.param.gridgensvm.validate.params

Dependencies: