---
title: EstimatorDecoder
framework: createmlcomponents
role: symbol
role_heading: Protocol
path: createmlcomponents/estimatordecoder
---

# EstimatorDecoder

A type that can decode values from a model representation.

## Declaration

```swift
protocol EstimatorDecoder
```

## Topics

### Decoding values

- [decode(_:)](createmlcomponents/estimatordecoder/decode(_:).md)
- [decodeOptimizer(_:)](createmlcomponents/estimatordecoder/decodeoptimizer(_:).md)

## See Also

### Serializers

- [EstimatorEncoder](createmlcomponents/estimatorencoder.md)
