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

# UpdatableEstimator Implementations

## Topics

### Instance Methods

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

Reads the encoded transformer with a decoder.

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

Encodes the transformer to an encoder.

[`func makeTransformer() -> StandardScaler<Element>.Transformer`](/documentation/CreateMLComponents/StandardScaler/makeTransformer())

Creates a default-initialized transformer suitable for incremental fitting.

[`func update(inout StandardScaler<Element>.Transformer, with: some Sequence<Element>, eventHandler: EventHandler?)`](/documentation/CreateMLComponents/StandardScaler/update(_:with:eventHandler:))

Updates a transformer 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)