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

Creates/trains a logistic regression model

model = cv.LogisticRegression()
model = cv.LogisticRegression(...)

The first variant creates Logistic Regression model with default parameters.

The second variant accepts the same parameters as the train method, in which case it forwards the call after construction.

See also