[R] How to mix three different classification techniques

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Dec 3 11:43:08 CET 2012



On 03.12.2012 03:43, Tania wrote:
> Hello all, do you know how to mix three different classification techniques using R. For example if I have lm regression, svm and neural nets how can I mix them to have something like ensemble learning?

No, since I wouldn't call lm() a classification method and it is not 
very common to mix different methods in an ensemble. You'd probably have 
to write the code yourself.

Uwe Ligges


>
> Thank you,
>
> Tania
>
> Sent from my iPod
> ______________________________________________
> R-help at 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.
>




More information about the R-help mailing list