How to use W-Vote operator
I have an error when I'm trying to start my process:
This is my process, I want to split training data inside vote operator and put them on svms.
http://pastebin.com/N2E5K6rU
I've also used only one weka classifier in subprocess, but error is the same.
Error in experiment setup: Inner operator of a Weka ensemble learning operator 'W-Vote' must be another Weka learning scheme.
This is my process, I want to split training data inside vote operator and put them on svms.
http://pastebin.com/N2E5K6rU
Find more posts tagged with
Sort by:
1 - 3 of
31
It is important for this automatically converted Weka operator that only Weka operator are inside. This includes deactivated operators and preprocessing operator as well.
This process below e.g. works.
Best
Marcin