Skip to content
Prev 179315 / 398502 Next

Re : Support Vector Machines

there is a SVM function in svmpath?by Trevor?Hastie. Before use it take time to read this 

http://www-stat.stanford.edu/~hastie/Papers/svmpath.pdf

If you install then svmpath library ! run the attach source file.


Justin BEM
BP 1917 Yaound?
T?l (237) 99597295
(237) 22040246 




________________________________
De : excalibur <servien.remi12 at yahoo.fr>
? : r-help at r-project.org
Envoy? le : Mardi, 5 Mai 2009, 8h49mn 49s
Objet?: Re: [R] Support Vector Machines


In the R-help of the svm function of the package e1071 it's explained that
this function also makes estimation of density.

But when i made for example
X<-rnorm(1000)
m<-svm(X)

I just have a binary classification of X like SVM do whereas i want an
estimation of the density which generates our sample X ...

I don't know if it's possible and if someone has already use this function
to do that.

Thanks.
David Winsemius wrote: