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

# init(_:)

Creates a temporal estimator from an estimator.

## Declaration

```swift
init(_ base: Base)
```

## Discussion

Discussion The resulting estimator collects all elements of the input sequence before calling fit on the underlying estimator. The transformer returned from fit is also converted to a temporal transformer.
