Click or drag to resize

NativeMethodsml_ANN_MLP_setActivationFunction Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_setActivationFunction(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_setActivationFunction(
	IntPtr obj,
	int type,
	double param1,
	double param2
)

Parameters

obj
Type: SystemIntPtr

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

type
Type: SystemInt32

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

param1
Type: SystemDouble

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

param2
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also