CRAN/E | SSOSVM

SSOSVM

Stream Suitable Online Support Vector Machines

Installation

About

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.

Key Metrics

Version 0.2.1
Published 2019-05-06 1811 days ago
Needs compilation? yes
License GPL-3
CRAN checks SSOSVM results

Downloads

Yesterday 5 0%
Last 7 days 22 +214%
Last 30 days 93 -14%
Last 90 days 526 +51%
Last 365 days 1.616 -23%

Maintainer

Maintainer

Andrew Thomas Jones

andrewthomasjones@gmail.com

Authors

Andrew Thomas Jones
Hien Duy Nguyen
Geoffrey J. McLachlan

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Imports

Rcpp ≥ 0.12.13
mvtnorm
MASS

Suggests

testthat
knitr
rmarkdown
ggplot2
gganimate
gifski

LinkingTo

Rcpp
RcppArmadillo