How can I plot a confusion matrix to determine the prediction accuracy of a NAR predicted model?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have used NAR (Nonlinear autoregressive model) to predict a time series.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169417/image.jpeg)
Now I want to know the prediction accuracy of the neural network using a confusion matrix. How can I plot the same as I cant find any option to plot the confusion matrix in the given options. I can use plotconfusion(targets,outputs) but what would the targets and outputs be as you can refer from the figure where we have the actual time series and predicted time series.Kindly help
3 Kommentare
Greg Heath
am 25 Jan. 2018
Confusion matrices are appropriate for classifiers and pattern recognizers.
It appears that the reviewer is confused.
Hope this helps.
Greg
Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!