Table of Contents

Method GetLayerSizes

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

GetLayerSizes()

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.

public virtual Mat GetLayerSizes()

Returns

Mat