synthpic2.recipe.synth_chain.feature_generation_steps.trigger_feature_update

Module for the TriggerFeatureUpdate class.

Module Contents

Classes

TriggerFeatureUpdate

SynthChainStep to update a feature of a set of objects according to a feature

class synthpic2.recipe.synth_chain.feature_generation_steps.trigger_feature_update.TriggerFeatureUpdate

Bases: synthpic2.recipe.synth_chain.feature_generation_steps.set_based_mixin.SetBasedMixin, synthpic2.recipe.synth_chain.feature_generation_steps.base.FeatureGenerationStep

SynthChainStep to update a feature of a set of objects according to a feature variability.

feature_variability_name: str
__attrs_post_init__() None
__call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState

NotImplemented