Learn R Programming

parallelSVM (version 0.1-9)

A Parallel-Voting Version of the Support-Vector-Machine Algorithm

Description

By sampling your data, running the Support-Vector-Machine algorithm on these samples in parallel on your own machine and letting your models vote on a prediction, we return much faster predictions than the regular Support-Vector-Machine and possibly even more accurate predictions.

Copy Link

Version

Install

install.packages('parallelSVM')

Monthly Downloads

2

Version

0.1-9

License

GPL-2

Maintainer

Wannes Rosiers

Last Published

June 26th, 2015

Functions in parallelSVM (0.1-9)

testData

MagicGamma test data
iris

Edgar Anderson's Iris Data
trainSample

Sample data in parallel
parallelSVM

Parallel-voting version of Support-Vector-Machine
parallelSVM-package

Parallel-voting version of Support-Vector-Machine
registerCores

registerCores
trainData

MagicGamma training data