Skip to content

Support Vector Machine

4 messages · Meir Preiszler, Tony, Crouch, Daniel +1 more

#
There's loads of packages in the Machine Learning R Task View:

http://cran.r-project.org/web/views/MachineLearning.html

for example: package e1071 (http://cran.r-project.org/web/packages/
e1071/index.html) has a function called svm()
On 23 Feb, 15:16, "Meir Preiszler" <pm... at Itamar-Medical.com> wrote:
#
Hi,

I use ksvm() in the kernlab package. If I recall correctly it's quite easy to implement, and has a choice of different kernals. 

Dan


Daniel Crouch
Research Student
Department of Medical & Molecular Genetics
King's College London
8th Floor, Tower Wing
Guy's Hospital
London SE1 9RT
United Kingdom
#
The simplest to use is probably svm() in package e1071 or svmlight() 
in klaR, both interfaces to well respected SVM code (but e1071 
includes the C++ code it uses).

See also
MAclinical::svm_x       Classification based on support vector machines
                         using microarray data only
ROCR::ROCR.hiv          Data set: Support vector machines and neural
                         networks applied to the prediction of HIV-1
                         coreceptor usage
chemometrics::svmEval   Support Vector Machine evaluation by CV
e1071::predict.svm      Predict Method for Support Vector Machines
e1071::svm              Support Vector Machines
kernlab::ksvm           Support Vector Machines
kernlab::lssvm          Least Squares Support Vector Machine
kernlab::plot.ksvm      plot method for support vector object
kernlab::predict.ksvm   predict method for support vector object
klaR::predict.svmlight
                         Interface to SVMlight
klaR::svmlight          Interface to SVMlight
rattle::ISO_8601_to_POSIX_datetime_format
                         Interal Rattle user interface callbacks.
svcR::findModelCluster
                         Computation of clustering model by support
                         vector machine
CMA::svmCMA-methods     Support Vector Machine
CMA::svmCMA             Support Vector Machine

on my server.
On Mon, 23 Feb 2009, Crouch, Daniel wrote: