ANN_MLPTrainingMethods Enumeration
|
Available training methods
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum TrainingMethods
Public Enumeration TrainingMethods
public enum class TrainingMethods
OpenCvSharp.ML.TrainingMethods = function();
OpenCvSharp.ML.TrainingMethods.createEnum('OpenCvSharp.ML.TrainingMethods', false);
Members
| Member name | Value | Description |
---|
| BackProp | 0 |
The back-propagation algorithm.
|
| RProp | 1 |
The RPROP algorithm. See @cite RPROP93 for details.
|
See Also