---
title: "encode(_:to:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/temporalestimator/encode(_:to:)"
---

# encode(_:to:)

Encodes a fitted transformer.

## Declaration

```swift
func encode(_ transformer: Self.Transformer, to encoder: inout any EstimatorEncoder) throws
```

## See Also

### Encoding and decoding

- [decode(from:)](createmlcomponents/temporalestimator/decode(from:).md)
