Contents

LogisticRegressionClassifierModel

A trained logistic regression classifier model.

Declaration

struct LogisticRegressionClassifierModel<Scalar, Label> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPoint, Label : Comparable, Label : Decodable, Label : Encodable, Label : Hashable

Topics

Creating a regression model

Getting the properties

Performing the classification

See Also

Classifiers