appending(_:)

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

Declaration

@preconcurrency func appending<Other>(_ other: Other) -> some UpdatableSupervisedTemporalEstimator<ComposedTemporalTransformer<Self.Transformer, TransformerToTemporalAdaptor<Other.Transformer>>, Other.Annotation> where Other : UpdatableSupervisedEstimator, Other.Annotation : Sendable, Self.Transformer.Output == Other.Transformer.Input