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