getWeights (cv.SVMSGD) - MATLAB File Help
cv.SVMSGD/getWeights
Get model weights
weights = model.getWeights()
Output
weights
the weights of the trained model (decision function
f(x) = weights * x + shift
).
Method Details
Access
public
Sealed
false
Static
false