| MATLAB File Help: cv.LogisticRegression/getLearntThetas | Index |
Returns the trained paramters
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 |