aydindemircioglu/SVMBridge: A Bridge to Integrate Different 'SVM' Solvers into R

In machine learning, different 'SVM' solvers are commonly used, e.g. 'LIBSVM' and 'SVMperf' are two of the more popular ones. Unfortunately, many of these do not come with an interface to R. While linking such packages directly via packages like 'Rcpp' is quite hard, even writing simple command-line interfaces get tedious at times. This package remedies the situation by providing predefined, but extensible interfaces and provides several interfaces to many 'SVM' solvers.

Getting started

Package details

AuthorAydin Demircioglu [aut, cre], Hanna Houphouet [aut]
MaintainerAydin Demircioglu <aydin.demircioglu@ini.rub.de>
LicenseGPL-3
Version0.1
URL https://github.com/aydindemircioglu/svmBridge
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("aydindemircioglu/SVMBridge")
aydindemircioglu/SVMBridge documentation built on May 11, 2019, 4:13 p.m.