Commit 3373d3e
committed
perturbation-sim: HHTL-OGAR orthogonality correction + CLAM/CHAODA framing
1. columns.rs correction (operator): orthogonality to topology is STRUCTURAL, not
earned. In the HHTL-OGAR GUID model topology lives in the KEY (HEEL/HIP/TWIG
cascade tiers); magnitude axes are helix value members hung off it, so any helix
value member is orthogonal to topology by the key/value split. The resilience
study's Spearman(λ₂,buffer)≈0 CONFIRMS what the GUID addressing already enforces;
it does not establish a new axis. inertia_buffer is reframed as one more
helix-residue value slot (Encoding::HelixResidue added), not a novel orthogonal
column. Field/doc semantics of `additive` updated accordingly.
2. CLAM_CHAODA_FRAMING.md: the resilience study framed as CLAM (cluster tree) +
CHAODA (anomaly ensemble) on the electrical-distance manifold — grounded against
real ndarray::hpc::clam APIs: Cluster{radius,cardinality,lfd} (clam.rs:106), Lfd
(clam.rs:81), ClamTree::anomaly_scores (clam.rs:1517). The compartment hierarchy
= CLAM tree; the fail-first exposure ranking = CHAODA anomaly score; the three
orthogonal axes = CHAODA's diverse-detector ensemble, and the study's low
Cronbach α IS CHAODA's non-redundancy design goal. Honest scope: structural
correspondence onto real APIs [G]; perturbation-sim NOT wired to clam [H]; the
falsifiable bridge (build ClamTree over the factor rows, correlate anomaly_scores
vs exposure) named as the [H]→[G] probe.
71 lib tests; clippy -D warnings clean; fmt clean.1 parent bb76568 commit 3373d3e
2 files changed
Lines changed: 104 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
21 | 32 | | |
22 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
23 | 36 | | |
24 | 37 | | |
25 | 38 | | |
| |||
28 | 41 | | |
29 | 42 | | |
30 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
31 | 47 | | |
32 | 48 | | |
33 | 49 | | |
| |||
44 | 60 | | |
45 | 61 | | |
46 | 62 | | |
47 | | - | |
48 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
49 | 66 | | |
50 | 67 | | |
51 | 68 | | |
| |||
59 | 76 | | |
60 | 77 | | |
61 | 78 | | |
62 | | - | |
63 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
64 | 83 | | |
65 | 84 | | |
66 | 85 | | |
67 | 86 | | |
68 | | - | |
| 87 | + | |
69 | 88 | | |
70 | 89 | | |
71 | 90 | | |
| |||
0 commit comments