http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Given the model, predit the outputs response of the inputs samples
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static float CvANN_MLPPredict( IntPtr model, IntPtr inputs, IntPtr outputs ) |
Visual Basic |
---|
Public Shared Function CvANN_MLPPredict ( _ model As IntPtr, _ inputs As IntPtr, _ outputs As IntPtr _ ) As Single |
Visual C++ |
---|
public: static float CvANN_MLPPredict( IntPtr model, IntPtr inputs, IntPtr outputs ) |
Parameters
- model
- Type: System..::..IntPtr
The ANN_MLP model
- inputs
- Type: System..::..IntPtr
The input samples
- outputs
- Type: System..::..IntPtr
The prediction results, should have the same # of rows as the inputs