Enum ANN_MLP.TrainingMethods
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Available training methods
public enum ANN_MLP.TrainingMethods
Fields
BackProp = 0The back-propagation algorithm.
RProp = 1The RPROP algorithm. See @cite RPROP93 for details.