---
title: "decode(from:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/updatablesupervisedestimatortotemporaladaptor/decode(from:)"
---

# decode(from:)

Decodes the transformer.

## Declaration

```swift
func decode(from decoder: inout any EstimatorDecoder) throws -> UpdatableSupervisedEstimatorToTemporalAdaptor<Base>.Transformer
```

## See Also

### Encoding and decoding

- [encode(_:to:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/encode(_:to:).md)
- [encodeWithOptimizer(_:to:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/encodewithoptimizer(_:to:).md)
- [decodeWithOptimizer(from:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/decodewithoptimizer(from:).md)
