MLP Properties |
The MLP type exposes the following members.
Name | Description | |
---|---|---|
Classes |
The list of classes in the model
(Inherited from FFNet.) | |
CustomLoss |
External loss function.
(Inherited from FFNetClassifier.) | |
Regularisation |
Neural network L-1 regularization parameter.
(Inherited from FFNet.) | |
TerminationDelegate |
The user's stop criterion function.
(Inherited from FFNet.) | |
TerminationIterations |
The maximum optimization iterations number. Zero means infinite iterations.
(Inherited from FFNet.) | |
TerminationObjectiveChange |
Objective function change stop criterion. Null means no objective change termination conditions.
(Inherited from FFNet.) | |
TerminationTimeout |
The optimization algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
(Inherited from FFNet.) | |
Topology |
The neural network model topology
(Inherited from FFNet.) | |
TrainBestIteration |
Last Train or Update operation best step index.
(Inherited from FFNet.) | |
TrainBestValue |
Last Train or Update operation best objective value.
(Inherited from FFNet.) | |
TrainTotalIterations |
Last Train or Update operation total steps number.
(Inherited from FFNet.) |