Skip to main content

WeightedSource

Type Alias WeightedSource 

Source
pub type WeightedSource<'a> = (&'a [(Vid, f32)], f32, NormKind);
Expand description

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].