MATLAB File Help: cv.LogisticRegression/getLearntThetas Index
cv.LogisticRegression/getLearntThetas

Returns the trained paramters

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