/** * Multi-Method Comparison Tests for Path Salience Ranking * * Compares Path Salience Ranking against multiple baseline methods: * - Shortest Path Ranking (path length based) * - Random Path Ranking (baseline random selection) * - Betweenness Ranking (centrality based) * * Tests validate: * - Superior mean MI over baselines * - Better path diversity scores * - Improved node coverage * - Competitive hub avoidance */ export {}; //# sourceMappingURL=multi-method-comparison.exp.integration.test.d.ts.map