Click or drag to resize

ANN_MLPTrainingMethods Enumeration

Available training methods

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public enum TrainingMethods
Members
  Member nameValueDescription
BackProp0 The back-propagation algorithm.
RProp1 The RPROP algorithm. See @cite RPROP93 for details.
See Also