Skip to main content

Module hybrid

Module hybrid 

Source
Expand description

Hybrid generator that blends rule-based and diffusion-generated data.

Supports multiple blending strategies:

  • Interpolate: weighted average of corresponding samples
  • Select: randomly pick source per record based on weight
  • Ensemble: use diffusion for specified columns, rules for others

Structs§

HybridGenerator
A hybrid generator that blends rule-based and diffusion-generated data.

Enums§

BlendStrategy
Strategy for blending rule-based and diffusion-generated data.