<!--
{
  "documentType" : "article",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/FullyConnectedNetworkRegressor/UpdatableSupervisedEstimator-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "UpdatableSupervisedEstimator Implementations"
}
-->

# UpdatableSupervisedEstimator Implementations

## Topics

### Instance Methods

[`func decodeWithOptimizer(from: inout any EstimatorDecoder) throws -> FullyConnectedNetworkRegressor<Scalar>.Transformer`](/documentation/CreateMLComponents/FullyConnectedNetworkRegressor/decodeWithOptimizer(from:))

Decodes a previously fitted transformer with an optimizer.

[`func encodeWithOptimizer(FullyConnectedNetworkRegressor<Scalar>.Transformer, to: inout any EstimatorEncoder) throws`](/documentation/CreateMLComponents/FullyConnectedNetworkRegressor/encodeWithOptimizer(_:to:))

Encodes a fitted transformer with an optimizer.

[`func makeTransformer() -> FullyConnectedNetworkRegressorModel<Scalar>`](/documentation/CreateMLComponents/FullyConnectedNetworkRegressor/makeTransformer())

Creates a default-initialized fully connected network regressor model suitable for incremental fitting.

[`func update<InputSequence>(inout FullyConnectedNetworkRegressorModel<Scalar>, with: InputSequence, eventHandler: EventHandler?) async throws`](/documentation/CreateMLComponents/FullyConnectedNetworkRegressor/update(_:with:eventHandler:))

Updates a fully connected network regressor model with a new sequence of examples.

---

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)