Contents

init(coefficients:labels:)

Creates a logistic regression model.

Declaration

init(coefficients: some Sequence<Scalar>, labels: Set<Label>)

Discussion

  • coefficients: The linear coefficients.

  • labels: The set of labels.