StopFunction.cs | |
Enumerations | |
FANN C# StopFunction enumerator | |
StopFunction | Stop criteria used during training. |
Stop criteria used during training.
STOPFUNC_MSE | Stop criteria is Mean Square Error (MSE) value. |
STOPFUNC_BIT | Stop criteria is number of bits that fail. The number of bits; means the number of output neurons which differ more than the bit fail limit (see FANNCSharp.Float::NeuralNet::BitFailLimit). The bits are counted in all of the training data, so this number can be higher than the number of training data. |
public enum StopFunction
Gets or sets the bit fail limit used during training.
public float BitFailLimit { get, set }
Gets or sets the stop function used during training.
public StopFunction TrainStopFunction { get, set }