Main Content
perform
Calculate network performance
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 R2010b