pub(crate) fn py_nn_hit_rate( cluster: PyReadonlyArray2<'_, f64>, noise: PyReadonlyArray2<'_, f64>, k: usize, ) -> f64