http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a neural network using the specific parameters
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public ANN_MLP( Matrix<int> layerSize, ANN_MLP_ACTIVATION_FUNCTION activeFunction, double fParam1, double fParam2 ) |
Visual Basic |
---|
Public Sub New ( _ layerSize As Matrix(Of Integer), _ activeFunction As ANN_MLP_ACTIVATION_FUNCTION, _ fParam1 As Double, _ fParam2 As Double _ ) |
Visual C++ |
---|
public: ANN_MLP( Matrix<int>^ layerSize, ANN_MLP_ACTIVATION_FUNCTION activeFunction, double fParam1, double fParam2 ) |
Parameters
- layerSize
- Type: Emgu.CV..::..Matrix<(Of <(<'Int32>)>)>
The size of the layer
- activeFunction
- Type: Emgu.CV.ML.MlEnum..::..ANN_MLP_ACTIVATION_FUNCTION
Activation function
- fParam1
- Type: System..::..Double
Free parameters of the activation function, alpha
- fParam2
- Type: System..::..Double
Free parameters of the activation function, beta