Displaying 1 result from an estimated 1 matches for "bsvm".
Did you mean:
bsm
2003 Dec 04
2
RE: R performance questions
...AM
> To: 'Michael Benjamin'
> Subject: RE: [BioC] R performance questions
>
> Hi Michael,
>
> Just one comment about SVM. If you use the svm() function in
> the e1071
> package to train linear SVM, it will be rather slow. That's a known
> limitation of libsvm, of which the svm() function uses. If you are
> willing
> to go outside of R, the "bsvm" package by C.J. Lin (same person who
> wrote
> libsvm) will train linear svm in much more efficient manner.
>
> HTH,
> Andy
>
> > -----Original Message-----
> >...