graphwise 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cross-algorithm comparison integration tests for expansion algorithms.
|
|
3
|
+
*
|
|
4
|
+
* Runs all expansion algorithms head-to-head on the same graphs to verify
|
|
5
|
+
* relative performance properties. Tests are structural rather than exact —
|
|
6
|
+
* they validate ordering relationships and quality bounds with tolerance.
|
|
7
|
+
*
|
|
8
|
+
* Graphs used:
|
|
9
|
+
* - Three-community (bob → mia): rich inter-community structure, liaison bridges
|
|
10
|
+
* - Two-department (alice → jack): dense clusters with bottleneck edges
|
|
11
|
+
* - Social hub (bob → kate): hub node with niche interest clusters
|
|
12
|
+
*/
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=comparison.integration.test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comparison.integration.test.d.ts","sourceRoot":"","sources":["../../src/expansion/comparison.integration.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cross-variant comparison integration tests for MI functions.
|
|
3
|
+
*
|
|
4
|
+
* Runs all MI variants through PARSE on the same paths and compares their
|
|
5
|
+
* structural properties. Tests verify:
|
|
6
|
+
* - All variants produce non-zero salience
|
|
7
|
+
* - Novel variants produce distinct salience from jaccard baseline
|
|
8
|
+
* - PARSE exhibits near-zero length bias across all variants
|
|
9
|
+
* - Ranking order is consistent with MI variant semantics
|
|
10
|
+
*
|
|
11
|
+
* Graphs used:
|
|
12
|
+
* - Three-community (bob → mia): rich clustering structure for SPAN
|
|
13
|
+
* - City-village (nightclub → shop): density contrast for SCALE
|
|
14
|
+
* - Social hub (bob → kate): hub/peripheral contrast for SKEW/NOTCH
|
|
15
|
+
* - Quality-vs-popularity (source → target): explicit high/low MI paths
|
|
16
|
+
*/
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=comparison.integration.test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comparison.integration.test.d.ts","sourceRoot":"","sources":["../../../src/ranking/mi/comparison.integration.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
|