<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/FullyConnectedNetworkRegressorModel",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents35FullyConnectedNetworkRegressorModelV"
  },
  "title" : "FullyConnectedNetworkRegressorModel"
}
-->

# FullyConnectedNetworkRegressorModel

A regressor model that uses a fully connected network.

```
struct FullyConnectedNetworkRegressorModel<Scalar> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPoint
```

## Topics

### Performing a regression

[`func applied(to: MLShapedArray<Scalar>, eventHandler: EventHandler?) async throws -> FullyConnectedNetworkRegressorModel<Scalar>.Target`](/documentation/CreateMLComponents/FullyConnectedNetworkRegressorModel/applied(to:eventHandler:))

Performs regression on a shaped array.

[`typealias Target`](/documentation/CreateMLComponents/FullyConnectedNetworkRegressorModel/Target)

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)