getLearntThetas (cv.LogisticRegression) - MATLAB File Help |
Returns the trained parameters
thetas = model.getLearntThetas()
single
arranged across rows.
For a two-class classifcation problem, it returns a single row
matrix.thetas
is a matrix of size nclasses-by-model.getVarCount()
if nclasses>2
, otherwise 1-by-model.getVarCount()
if
nclasses=2
.
Access | public |
Sealed | false |
Static | false |