MATLAB File Help: cv.ANN_MLP/getWeights
Index
cv.ANN_MLP/getWeights
Returns neurons weights of the particular layer
weights = model.getWeights(layerIdx)
Input
layerIdx
zero-based index for the layer.
Output
weights
weights matrix for the specified layer.
Method Details
Access
public
Sealed
false
Static
false