pub struct RrfOpts {
pub k: f32,
}Expand description
Options for Reciprocal Rank Fusion.
Fields§
§k: f32The k smoothing constant. Cormack’s paper recommends 60.
Trait Implementations§
impl Copy for RrfOpts
Auto Trait Implementations§
impl Freeze for RrfOpts
impl RefUnwindSafe for RrfOpts
impl Send for RrfOpts
impl Sync for RrfOpts
impl Unpin for RrfOpts
impl UnsafeUnpin for RrfOpts
impl UnwindSafe for RrfOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more