Emgu CV Library Documentation
ANN_MLP Constructor (layerSize, activeFunction, fParam1, fParam2)
NamespacesEmgu.CV.MLANN_MLPANN_MLP(Matrix<(Of <(Int32>)>), ANN_MLP_ACTIVATION_FUNCTION, Double, Double)

www.emgu.com/wiki
Create a neural network using the specific parameters
Declaration Syntax
C#Visual BasicVisual C++
public ANN_MLP(
	Matrix<int> layerSize,
	ANN_MLP_ACTIVATION_FUNCTION activeFunction,
	double fParam1,
	double fParam2
)
Public Sub New ( _
	layerSize As Matrix(Of Integer), _
	activeFunction As ANN_MLP_ACTIVATION_FUNCTION, _
	fParam1 As Double, _
	fParam2 As Double _
)
public:
ANN_MLP(
	Matrix<int>^ layerSize, 
	ANN_MLP_ACTIVATION_FUNCTION activeFunction, 
	double fParam1, 
	double fParam2
)
Parameters
layerSize (Matrix<(Of <(Int32>)>))
The size of the layer
activeFunction (ANN_MLP_ACTIVATION_FUNCTION)
Activation function
fParam1 (Double)
Free parameters of the activation function, alpha
fParam2 (Double)
Free parameters of the activation function, beta

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)