Package: SSOSVM 0.2.2
SSOSVM: Stream Suitable Online Support Vector Machines
Soft-margin support vector machines (SVMs) are a common class of classification models. The training of SVMs usually requires that the data be available all at once in a single batch, however the Stochastic majorization-minimization (SMM) algorithm framework allows for the training of SVMs on streamed data instead Nguyen, Jones & McLachlan(2018)<doi:10.1007/s42081-018-0001-y>. This package utilizes the SMM framework to provide functions for training SVMs with hinge loss, squared-hinge loss, and logistic loss.
Authors:
SSOSVM_0.2.2.tar.gz
SSOSVM_0.2.2.zip(r-4.7)SSOSVM_0.2.2.zip(r-4.6)SSOSVM_0.2.2.zip(r-4.5)
SSOSVM_0.2.2.tgz(r-4.6-x86_64)SSOSVM_0.2.2.tgz(r-4.6-arm64)SSOSVM_0.2.2.tgz(r-4.5-x86_64)SSOSVM_0.2.2.tgz(r-4.5-arm64)
SSOSVM_0.2.2.tar.gz(r-4.7-arm64)SSOSVM_0.2.2.tar.gz(r-4.7-x86_64)SSOSVM_0.2.2.tar.gz(r-4.6-arm64)SSOSVM_0.2.2.tar.gz(r-4.6-x86_64)
SSOSVM_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
SSOSVM/json (API)
NEWS
| # Install 'SSOSVM' in R: |
| install.packages('SSOSVM', repos = c('https://andrewthomasjones.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrewthomasjones/ssosvm/issues
Last updated from:33bf59c828. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 125 | ||
| linux-devel-x86_64 | OK | 132 | ||
| source / vignettes | OK | 197 | ||
| linux-release-arm64 | OK | 171 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 82 | ||
| macos-release-x86_64 | OK | 183 | ||
| macos-oldrel-arm64 | OK | 123 | ||
| macos-oldrel-x86_64 | OK | 217 | ||
| windows-devel | OK | 134 | ||
| windows-release | OK | 138 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 115 |
Exports:generateSimHingeLogisticSquareHingeSVMFit
Dependencies:mvtnormRcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generate Simulations | generateSim |
| Hinge | Hinge |
| Logistic Loss Function | Logistic |
| Square Hinge | SquareHinge |
| SSOSVM: A package for online training of soft-margin support vector machines (SVMs) using the Stochastic majorization–minimization (SMM) algorithm. | SSOSVM-package SSOSVM |
| SSOSVM Fit function | SVMFit |
