update(_:with:eventHandler:)
Updates a transformer with a new sequence of examples.
Declaration
func update<InputSequence>(_ transformer: inout PreprocessingUpdatableTemporalEstimator<Preprocessor, Estimator>.Transformer, with input: InputSequence, eventHandler: EventHandler? = nil) async throws where InputSequence : Sequence, Preprocessor.Input == InputSequence.Element.Feature, InputSequence.Element : TemporalSequenceParameters
- transformer:
A transformer to update.
- input:
A sequence of examples.
- eventHandler:
An event handler.
See Also
Preprocesing and fitting
preprocessed(from:eventHandler:)fitted(to:eventHandler:)fitted(toPreprocessed:eventHandler:)update(_:withPreprocessed:eventHandler:)makeTransformer()PreprocessingUpdatableTemporalEstimator.InputPreprocessingUpdatableTemporalEstimator.IntermediatePreprocessingUpdatableTemporalEstimator.OutputTransformer