You could connect the features of class left to the first feature input of the classifier trainer, then connect the features of the multiplexed up/left trials to the second feature input of the classifier trainer.
Actually the one-versus-one approach as you described it for the three-class case will probably also work. the first right-vs-left classifier should then output a target label for right, the second left-vs-up classifier should output a target label for a left trial and the third up-vs-right classifier should output a target label for an up trial. I'm not sure which one would work best.
tekoft05 wrote:
I will try to see your classifier trainer version, but from what I know, the problem lies in the classifier processor that can only accept two kind of stimulus... Thank you for your help. I will try to do it that way...
Yes you are right, the problem seems indeed to be the classifier processor.
The graz visualisation should enable you to use up to four classes I think.