---
title: "init(_:_:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/preprocessingsupervisedtemporalestimator/init(_:_:)"
---

# init(_:_:)

Creates a composed supervised temporal estimator from a preprocessing transformer and a supervised temporal estimator.

## Declaration

```swift
init(_ preprocessor: Preprocessor, _ estimator: Estimator)
```
