Skip to main content

Module progressive_fusion

Module progressive_fusion 

Source
Expand description

Progressive multi-signal fusion (Section 7, Paper 4).

Each stage introduces a new batch of signals, intersects them with the surviving candidate set from the prior stage, fuses every accumulated signal via weighted log-odds conjunction, and keeps the top-k highest-scoring candidates. Stages run in order; the operator returns the result of the final stage.

Structsยง

ProgressiveFusionOperator