perform
(To be removed) Calculate network performance
perform will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Description
takes a network perf = perform(net,t,y,ew)net, targets T, outputs
Y, and optionally error weights EW, and returns
network performance calculated according to the net.performFcn and
net.performParam property values.
The target and output data must have the same dimensions. The error weights may be the same dimensions as the targets, in the most general case, but may also have any of its dimensions be 1. This gives the flexibility of defining error weights across any dimension desired.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010bSee Also
Time Series Modeler | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox) | trainnet | trainingOptions | dlnetwork | testnet