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

# init(_:_:)

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

## Declaration

```swift
init(_ inner: Preprocessor, _ outer: Estimator)
```
