[This is preliminary documentation and is subject to change.]
The termination condition options for training
Namespace: ClarionAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public enum TrainingTerminationConditions |
Members
Member name | Value | Description | |
---|---|---|---|
FIXED | 0 | Indicates that training should terminate after a fixed number of iterations through the training data set | |
SUM_SQ_ERROR | 1 | Indicates that training should terminate when the sum of squared error falls below a specified threshold | |
BOTH | 2 | Indicates that training should terminate either after a fixed number of iterations OR based on the sum of squared error, whichever comes first |