Click or drag to resize

NativeMethodsml_ANN_MLP_setTrainMethod Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setTrainMethod(System.IntPtr,System.Int32,System.Double,System.Double)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ml_ANN_MLP_setTrainMethod(
	IntPtr obj,
	int method,
	double param1,
	double param2
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setTrainMethod(System.IntPtr,System.Int32,System.Double,System.Double)"]

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setTrainMethod(System.IntPtr,System.Int32,System.Double,System.Double)"]

param1
Type: SystemDouble

[Missing <param name="param1"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setTrainMethod(System.IntPtr,System.Int32,System.Double,System.Double)"]

param2
Type: SystemDouble

[Missing <param name="param2"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setTrainMethod(System.IntPtr,System.Int32,System.Double,System.Double)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setTrainMethod(System.IntPtr,System.Int32,System.Double,System.Double)"]

See Also