getLearntThetas (cv.LogisticRegression) - MATLAB File Help
cv.LogisticRegression/getLearntThetas

Returns the trained parameters

thetas = model.getLearntThetas()

Output

thetas is a matrix of size nclasses-by-model.getVarCount() if nclasses>2, otherwise 1-by-model.getVarCount() if nclasses=2.

See also
Method Details
Access public
Sealed false
Static false