Neural Network Toolbox |
adaptParam
This property defines the parameters and values of the current adapt function.
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.
initParam
This property defines the parameters and values of the current initialization function.
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.
performParam
This property defines the parameters and values of the current performance function.
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.
trainParam
This property defines the parameters and values of the current training function.
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.
Functions | Weight and Bias Values |
© 1994-2005 The MathWorks, Inc.