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

# UpdatableSupervisedEstimator Implementations

## Topics

### Instance Methods

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

Decodes a previously fitted transformer with an optimizer.

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

Encodes a fitted transformer with an optimizer.

[`func makeTransformer() -> FullyConnectedNetworkClassifierModel<Scalar, Label>`](/documentation/CreateMLComponents/FullyConnectedNetworkClassifier/makeTransformer())

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

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

Updates a fully connected network classifier 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)