Header to rownames and column names. How to display dimension names in a result? In other words, is there any function in MATLAB as dnn option of table() in R? I want to have the table output as shown in the image.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Suyash Dewangan
il 24 Ott 2017
Commentato: Suyash Dewangan
il 27 Ott 2017
I want to output a confusion matrix with row names, variable names and dimension names as shown in the image.I figured out that it is easier to convert it to table and add row names and variable names. I tried appending the Properties.DimensionNames of table() but still I couldn't get those dimension names in the output. I would appreciate any help, thanks!
0 Commenti
Risposta accettata
Amy
il 27 Ott 2017
Hi Suyash,
I couldn't think of a way to include table dimension names in output, but since you are working with confusion matrices, have you considered using the plotconfusion function to plot your data instead of using a table? You could plot your data, and then change the x- and y-axis labels and tick labels to match your row, variable and dimension names.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!