Skip to main content

annotate

Function annotate 

Source
pub fn annotate<F>(rows: &[BindingRow], degree_of: F) -> FuzzyResultSet
where F: Fn(&BindingRow) -> f64,
Expand description

Annotate a slice of already-evaluated rows with a degree per row.