Skip to content

How to mix three different classification techniques

2 messages · Tania Patiño, Uwe Ligges

#
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?

Thank you,

Tania

Sent from my iPod
#
On 03.12.2012 03:43, Tania wrote:
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