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

# decode(from:)

Returns the pre-defined transformer.

## Declaration

```swift
func decode(from decoder: inout any EstimatorDecoder) throws -> EstimatorToSupervisedAdaptor<Estimator, Annotation>.Transformer
```

## See Also

### Encoding and decoding

- [encode(_:to:)](createmlcomponents/estimatortosupervisedadaptor/encode(_:to:).md)
