/** * Length Independence Tests for Path Salience Ranking * * Validates: Geometric mean makes score length-independent. * * The 1/k exponent in the geometric mean formula normalises for path length, * allowing fair comparison of paths with different numbers of edges. * Quality (average MI per edge) is what matters, not raw path length. */ export {}; //# sourceMappingURL=length-independence.unit.test.d.ts.map