Click or drag to resize

FFNet Properties

The FFNet type exposes the following members.

Properties
  NameDescription
Public propertyClasses
The list of classes in the model
Public propertyRegularisation
Neural network L-1 regularization parameter.
Public propertyTerminationDelegate
The user's stop criterion function.
Public propertyTerminationIterations
The maximum optimization iterations number. Zero means infinite iterations.
Public propertyTerminationObjectiveChange
Objective function change stop criterion. Null means no objective change termination conditions.
Public propertyTerminationTimeout
The optimization algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
Public propertyTopology
The neural network model topology
Public propertyTrainBestIteration
Last Train or Update operation best step index.
Public propertyTrainBestValue
Last Train or Update operation best objective value.
Public propertyTrainTotalIterations
Last Train or Update operation total steps number.
Top
See Also