---
title: "appending(_:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/updatabletabularestimator/appending(_:)"
---

# appending(_:)

Composes this updatable tabular estimator with an updatable supervised tabular estimator.

## Declaration

```swift
func appending<Other>(_ other: Other) -> some UpdatableSupervisedTabularEstimator<ComposedTabularTransformer<Self.Transformer, Other.Transformer>, Other.Annotation> where Other : UpdatableSupervisedTabularEstimator, Other.Annotation : Equatable

```
