| ANN_MLPTrainingMethods Enumeration |
Available training methods
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum TrainingMethods
Public Enumeration TrainingMethods
public enum class TrainingMethods
Members
| Member name | Value | Description |
---|
| BackProp | 0 |
The back-propagation algorithm.
|
| RProp | 1 |
The RPROP algorithm. See @cite RPROP93 for details.
|
See Also