Skip to main content

node_score_quantiles

Function node_score_quantiles 

Source
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.