<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents41FullyConnectedNetworkMultiLabelClassifierV"
  },
  "title" : "FullyConnectedNetworkMultiLabelClassifier"
}
-->

# FullyConnectedNetworkMultiLabelClassifier

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

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

## Topics

### Creating a classifier

[`init(labels: Set<Label>, configuration: FullyConnectedNetworkConfiguration)`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/init(labels:configuration:))

Creates a full-connected network multi-label classifier.

### Getting the properties

[`var configuration: FullyConnectedNetworkConfiguration`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/configuration)

The fully-connected network configuration.

[`static var defaultConfiguration: FullyConnectedNetworkConfiguration`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/defaultConfiguration)

The default fully-connected network configration.

[`var labels: Set<Label>`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/labels)

The set of possible labels.

### Fitting a classifier

[`func fitted<Input>(to: Input, eventHandler: EventHandler?) async throws -> FullyConnectedNetworkMultiLabelClassifierModel<Scalar, Label>`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/fitted(to:eventHandler:))

Fits a fully-connected network multi-label classifier model to a sequence of examples.

[`func fitted<Input, Validation>(to: Input, validateOn: Validation, eventHandler: EventHandler?) async throws -> FullyConnectedNetworkMultiLabelClassifierModel<Scalar, Label>`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/fitted(to:validateOn:eventHandler:))

Fits a fully-connected network multi-label classifier model to a sequence of examples.

[`typealias Annotation`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/Annotation)

The annotation type.

[`typealias Transformer`](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/Transformer)

The transformer type created by this estimator.

### Default Implementations

[SupervisedEstimator Implementations](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/SupervisedEstimator-Implementations)

[UpdatableSupervisedEstimator Implementations](/documentation/CreateMLComponents/FullyConnectedNetworkMultiLabelClassifier/UpdatableSupervisedEstimator-Implementations)

## Relationships

### Conforms To

[`UpdatableSupervisedEstimator`](/documentation/CreateMLComponents/UpdatableSupervisedEstimator)

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`SupervisedEstimator`](/documentation/CreateMLComponents/SupervisedEstimator)

[`Sendable`](/documentation/Swift/Sendable)

[`Escapable`](/documentation/Swift/Escapable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)