Click or drag to resize

ANN_MLPGetLayerSizes Method

Integer vector specifying the number of neurons in each layer including the input and output layers. The very first element specifies the number of elements in the input layer. The last element - number of elements in the output layer.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual Mat GetLayerSizes()

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.ML.ANN_MLP.GetLayerSizes"]

See Also