pub type WeightedSource<'a> = (&'a [(Vid, f32)], f32, NormKind);
One input to fuse_weighted_sources: a ranked (vid, raw_score) list, the source’s fusion weight, and how its raw scores normalize onto [0, 1].
fuse_weighted_sources
(vid, raw_score)
[0, 1]