---
title: FullyConnectedNetworkMultiLabelClassifierModel
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/fullyconnectednetworkmultilabelclassifiermodel
---

# FullyConnectedNetworkMultiLabelClassifierModel

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

## Declaration

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

## Topics

### Performing a classification

- [applied(to:eventHandler:)](createmlcomponents/fullyconnectednetworkmultilabelclassifiermodel/applied(to:eventhandler:).md)

### Computing evaluation metrics

- [evaluation(on:confidenceThresholds:)](createmlcomponents/fullyconnectednetworkmultilabelclassifiermodel/evaluation(on:confidencethresholds:).md)

### Performing a prediction

- [prediction(from:confidenceThresholds:)](createmlcomponents/fullyconnectednetworkmultilabelclassifiermodel/prediction(from:confidencethresholds:).md)

### Updating the precision recall curve

- [updatePrecisionRecallCurves(_:)](createmlcomponents/fullyconnectednetworkmultilabelclassifiermodel/updateprecisionrecallcurves(_:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Transformer](createmlcomponents/transformer.md)

## See Also

### Classifiers

- [Classifier](createmlcomponents/classifier.md)
- [LogisticRegressionClassifier](createmlcomponents/logisticregressionclassifier.md)
- [LogisticRegressionClassifierModel](createmlcomponents/logisticregressionclassifiermodel.md)
- [BoostedTreeClassifier](createmlcomponents/boostedtreeclassifier.md)
- [BoostedTreeConfiguration](createmlcomponents/boostedtreeconfiguration.md)
- [FullyConnectedNetworkClassifier](createmlcomponents/fullyconnectednetworkclassifier.md)
- [FullyConnectedNetworkClassifierModel](createmlcomponents/fullyconnectednetworkclassifiermodel.md)
- [FullyConnectedNetworkMultiLabelClassifier](createmlcomponents/fullyconnectednetworkmultilabelclassifier.md)
- [FullyConnectedNetworkConfiguration](createmlcomponents/fullyconnectednetworkconfiguration.md)
- [TreeClassifierModel](createmlcomponents/treeclassifiermodel.md)
- [TimeSeriesClassifier](createmlcomponents/timeseriesclassifier.md)
- [TimeSeriesClassifierConfiguration](createmlcomponents/timeseriesclassifierconfiguration.md)
