Enum ANN_MLP.TrainingMethods
Available training methods
Namespace: OpenCvSharp.ML
Assembly: OpenCvSharp.dll
Syntax
public enum TrainingMethods
Fields
Name | Description |
---|---|
BackProp | The back-propagation algorithm. |
RProp | The RPROP algorithm. See @cite RPROP93 for details. |