getParam (cv.Net) - MATLAB File Help
cv.Net/getParam

Returns parameter blob of the layer

blob = net.getParam(layerId)
blob = net.getParam(layerId, numParam)

Input

Output

Parameters are the weights and biases.

See also
Method Details
Access public
Sealed false
Static false