Contents

FullyConnectedNetworkClassifierModel

A classifier model that uses a fully connected network.

Declaration

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

Topics

Applying a classification

See Also

Classifiers