pub fn evaluate<F>(
dataset: &EvalDataset,
algorithm: &str,
config: &str,
build_time: Duration,
index_memory: usize,
search_fn: F,
) -> EvalResultsExpand description
Evaluate an algorithm on a dataset.
Generic over any search function.