I have performed a two-phase binary classification to solve the 3 class problem:
Normal-86, Disease A-86, and Disease B-86 (figure attached)
Phase I: Normal vs. Abnormal (Disease A + Disease B)
Phase II: Disease A vs. Disease B
Now I want to combine the confusion matrix of both the phase to create multiclass confusion matrix and evaluate the overall classification performance.
Please Help !!