How can I plot only the traning set in plotperform(tr) figure in MATLAB.

I am working on Prediction using NNs but I do not want to include the Testing and Validation state in my plotperform(tr) figure. I only want to show the learning progress of the network.

 Accepted Answer

>> type plotperform
It looks very difficult to modify plotperform.
I would just write a few lines of code to produce a separate plot tr.perf.
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!