Table of Contents

Enum ANN_MLP.TrainingMethods

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

Available training methods

public enum ANN_MLP.TrainingMethods

Fields

BackProp = 0

The back-propagation algorithm.

RProp = 1

The RPROP algorithm. See @cite RPROP93 for details.