Contents

FullyConnectedNetworkClassifier

A classifier that uses a fully connected network.

Declaration

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

Mentioned in

Topics

Creating the classifier

Getting the properties

Encoding and decoding

Fitting a classifier

Default Implementations

See Also

Classifiers