/** * Ranking Baseline Comparison Experiment * * Compares Path Salience Ranking against five baseline methods on * benchmark graphs. Computes mean MI, node coverage, path diversity, * and Spearman correlation for each method. * * Baseline methods: * - Degree Sum Ranking * - Jaccard Arithmetic Ranking * - PageRank Sum Ranking * - Random Path Ranking * - Shortest Path Ranking * * Metrics: * - Per-method mean MI, node coverage, Spearman rho vs salience * - MI ranking improvement over each baseline * - Assertion: salience achieves higher mean MI than random */ export {}; //# sourceMappingURL=ranking-baseline-comparison.exp.integration.test.d.ts.map