Download this file
1 2 3 4 5 6 7
%% Confusion Chart test = testData; label_predict = classify(net, test); label_actual = testData.Labels; plotconfusion(label_actual, label_predict)