[R] One-class SVM

2010-10-29 Thread ANJAN PURKAYASTHA
Does any R package support one-class SVM?
I'm trying to develop an application to detect anomalies in genome
sequencing.
Thanks in advance.
Anjan

-- 
===
anjan purkayastha, phd.
research associate
fas center for systems biology,
harvard university
52 oxford street
cambridge ma 02138
phone-703.740.6939
===

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] One-class SVM

2010-10-29 Thread Steve Lianoglou
Hi,

On Fri, Oct 29, 2010 at 4:24 PM, ANJAN PURKAYASTHA
anjan.purkayas...@gmail.com wrote:
 Does any R package support one-class SVM?
 I'm trying to develop an application to detect anomalies in genome
 sequencing.

I'm pretty sure kernlab supports this:
http://cran.r-project.org/web/packages/kernlab/index.html

And:
http://www.jstatsoft.org/v11/i09/paper

-steve

-- 
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.