Hello,
my training set contains two classes.
I want to test classifier with test set, that contains just one instance. As a result I would like to get evaluated class lable (and posterior probability) of the test instance.
But when I use testc(D) I get an error message:
??? Error using ==> testc at 181
Some classes have no test objects
Could you please help me? How can I test just one instance?
Thanks,
Valeria

