pub type HitsScores<Node> = Vec<(Node, f64)>;
Canonically ordered node-score pairs returned by HITS.
pub struct HitsScores<Node> { /* private fields */ }