Neural Network Toolbox | ![]() ![]() |
adaptParam
This property defines the parameters and values of the current adapt function.
net.adaptParam
The fields of this property depend on the current adapt function (net.adaptFcn
). Evaluate the above reference to see the fields of the current adapt function.
Call help
on the current adapt function to get a description of what each field means.
help(net.adaptFcn)
initParam
This property defines the parameters and values of the current initialization function.
net.initParam
The fields of this property depend on the current initialization function (net.initFcn
). Evaluate the above reference to see the fields of the current initialization function.
Call help
on the current initialization function to get a description of what each field means.
help(net.initFcn)
performParam
This property defines the parameters and values of the current performance function.
net.performParam
The fields of this property depend on the current performance function (net.performFcn
). Evaluate the above reference to see the fields of the current performance function.
Call help
on the current performance function to get a description of what each field means.
help(net.performFcn)
trainParam
This property defines the parameters and values of the current training function.
net.trainParam
The fields of this property depend on the current training function (net.trainFcn
). Evaluate the above reference to see the fields of the current training function.
Call help
on the current training function to get a description of what each field means.
help(net.trainFcn)
![]() | Functions | Weight and Bias Values | ![]() |