Click or drag to resize

ANN_MLPTrainingMethods Enumeration

Available training methods

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