Training constructor
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CvANN_MLP_TrainParams( TermCriteria termCrit, MLPTrainingMethod trainMethod, double param1, double param2 = 0 )
Parameters
- termCrit
- Type: OpenCvSharp.CPlusPlusTermCriteria
The termination criteria for the training algorithm. It identifies how many iterations is done by the algorithm (for sequential backpropagation algorithm the number is multiplied by the size of the training set) and how much the weights could change between the iterations to make the algorithm continue. - trainMethod
- Type: OpenCvSharp.CPlusPlusMLPTrainingMethod
The training algorithm to use - param1
- Type: SystemDouble
[Missing <param name="param1"/> documentation for "M:OpenCvSharp.CPlusPlus.CvANN_MLP_TrainParams.#ctor(OpenCvSharp.CPlusPlus.TermCriteria,OpenCvSharp.CPlusPlus.MLPTrainingMethod,System.Double,System.Double)"]
- param2 (Optional)
- Type: SystemDouble
[Missing <param name="param2"/> documentation for "M:OpenCvSharp.CPlusPlus.CvANN_MLP_TrainParams.#ctor(OpenCvSharp.CPlusPlus.TermCriteria,OpenCvSharp.CPlusPlus.MLPTrainingMethod,System.Double,System.Double)"]
See Also