Get the number of layers in the ANN_MLP

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int CvANN_MLPGetLayerCount(
	IntPtr model
)
Public Shared Function CvANN_MLPGetLayerCount ( _
	model As IntPtr _
) As Integer
public:
static int CvANN_MLPGetLayerCount(
	IntPtr model
)

Parameters

model
IntPtr
The ANN_MLP model

Return Value

[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvANN_MLPGetLayerCount(System.IntPtr)"]

See Also