hi,
in my process, I have a optimize Parameter operator, inside it a X-Validation with MetaCost, Adaboost and WREP Tree...(picture):

I use different parameters for M between 2 and 5 and V between 0.001 and 0.1 (3 and 5 steps).
In the results perspective from the log operator (That comes just after the X-Validation operator), I get different values for performance:

The thing is, I don't know which performance I should use, or which is representative,the kappa and performance column is from the performance (Classification) operator which is inside the X-Validation, (besides, what does "main Criterion" inside the Performance(Classification) operator mean?).
The val_perf column is from the X-Validation parameter with value "performance". The val_perf3 is from X-Validation with performance3... I asked the question before, but I'm not sure if I understood that correct, what does "performance,performance1, performance2, performance3" in the X-Validation mean (see screenshot)?

and finally, I got the performance from "Optimize Parameter Grid" operator:

so which of the 3 performances are the most "representative" now for my dataset? that from Performance(Classification) , X-Validation or Optimize Parameter operator? and should I use "Performance", or accuracy or kappa ? or what is best to decide if my model is a good one for data classification?
Screenshot from X-Validation:
