pub fn precision( ground_truth: &[Vec<Neighbour>], approximate: &[Vec<Neighbour>], ) -> f64
Compute precision: the fraction of returned results that are true neighbours.