---
title: makeTransformer()
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: createmlcomponents/updatablesupervisedestimatortotemporaladaptor/maketransformer()
---

# makeTransformer()

Creates a default-initialized transformer suitable for incremental fitting.

## Declaration

```swift
func makeTransformer() -> UpdatableSupervisedEstimatorToTemporalAdaptor<Base>.Transformer
```

## See Also

### Fitting and updating

- [fitted(to:eventHandler:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/fitted(to:eventhandler:).md)
- [fitted(to:validateOn:eventHandler:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/fitted(to:validateon:eventhandler:).md)
- [update(_:with:eventHandler:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/update(_:with:eventhandler:).md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Annotation](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/annotation.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Input](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/input.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Output](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/output.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Transformer](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/transformer.md)
