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

# fitted(to:)

## Declaration

```swift
func fitted<InputSequence>(to input: InputSequence) async throws -> Self.Transformer where InputSequence : Sequence, InputSequence.Element : TemporalSequence, Self.Transformer.Input == InputSequence.Element.Feature
```

## See Also

### Adapting and fitting

- [adaptedAsSupervised(annotationType:)](createmlcomponents/temporalestimator/adaptedassupervised(annotationtype:).md)
- [fitted(to:eventHandler:)](createmlcomponents/temporalestimator/fitted(to:eventhandler:).md)
- [Transformer](createmlcomponents/temporalestimator/transformer.md)
