Click or drag to resize

FFNetClassifier Properties

The FFNetClassifier type exposes the following members.

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