KNN with parameter tuning and LOG process....Not getting confusion matrix for all k
I am using KNN for multiclass problem . I am applying optimized grid search for parameter tuning and using log process for getting every cucle results. But I am getting only accuracy results and different values of K. How can i get the confussion matrix for all possible values of K in KNN..Please suggest and guide...