http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the number of layers in the ANN_MLP
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 int CvANN_MLPGetLayerCount( IntPtr model ) |
Visual Basic |
---|
Public Shared Function CvANN_MLPGetLayerCount ( _ model As IntPtr _ ) As Integer |
Visual C++ |
---|
public: static int CvANN_MLPGetLayerCount( IntPtr model ) |
Parameters
- model
- Type: System..::..IntPtr
The ANN_MLP model
Return Value
[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvANN_MLPGetLayerCount(System.IntPtr)"]