pub fn node_score_quantiles(ranked: &[(NodeId, f32)]) -> Vec<f32>Expand description
Thin wrapper over score_quantiles keyed on NodeId.
Exists so callers with the canonical &[(NodeId, f32)] ranked
shape (from mnem-core’s retrieve pipeline) get a typed entry
point; internally forwards to the generic version.