How do I get the values of y_true and y_pred in the confusion matrix?

I am using the weka program and i want to know the values of y_true and y_pred through confusion matrix that appeared in the classification results , because I want to calculate the balanced multiclass accuracy value .