| Neural Network Toolbox | |
| Provide feedback about this page |
Syntax
Description
plotperform(TR) plots the training, validation, and test performances given the training record TR returned by the function train.
Example
load simplefit_dataset net = newff(simplefitInputs,simplefitTargets,20); [net,tr] = train(net,simplefitInputs,simplefitTargets); plotperform(tr);
See Also
| Provide feedback about this page |
![]() | plotperf | plotpv | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |