Contents

FullyConnectedNetworkMultiLabelClassifierModel

A multi-label classifier model that uses a fully-connected network.

Declaration

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

Topics

Performing a classification

Computing evaluation metrics

Performing a prediction

Updating the precision recall curve

See Also

Classifiers