Files
ruvnet--RuView/examples/research-sota/06-structure-detection/r12_pabs_results.json
T
rUv 4e879bf62a chore: organise examples/research-sota/ into 9 thematic folders with READMEs (#744)
User request: organise examples/research-sota/ into folders with READMEs and main overview.

Moved 46 files into 9 thematic folders by thread family + research category:

01-physics-floor/      (R1, R6, R6.1) — bedrock primitives
02-placement/          (R6.2 family, 7 sub-ticks) — antenna placement
03-spatial-intelligence/ (R5, R7) — saliency + mincut
04-rssi/               (R8, R9) — RSSI-only sensing
05-cross-room-reid/    (R3 arc, 3 ticks) — cross-room identity
06-structure-detection/ (R12 arc, 3 ticks) — PABS + closed loop
07-negative-results/   (R13) — productive failure
08-verticals/          (R10, R11) — wildlife + maritime physics
09-quantum-fusion/     (R20.1) — ADR-114 quantum-classical demo

Each folder has its own README.md documenting:
- Scripts + headlines table
- Why this folder bounds / composes with others
- Sample output / honest scope
- Cross-references to related loop notes + ADRs

Main README.md at the top covers:
- Folder map with thread numbers
- Cross-folder dependency graph
- Headline findings table (8 entries)
- Reading order for newcomers (4 scripts in suggested order)
- Honest scope (synthetic-physics caveats)

All git mv operations preserve file history. Total: 46 files moved, 10
new READMEs (main + 9 sub) totalling ~1300 lines of organising
documentation.
2026-05-22 07:52:57 -04:00

60 lines
1.5 KiB
JSON

{
"model": "PABS = ||y_observed - y_predicted||^2 / ||y_observed||^2",
"forward_operator_source": "R6.1 multi-scatterer additive Fresnel",
"expected_scene": {
"subject_pos": [
2.5,
2.75
],
"wall_reflectors": 4
},
"link": {
"tx": [
0.0,
2.5
],
"rx": [
5.0,
2.5
],
"freq_ghz": 2.4
},
"scenarios": {
"A_empty_room": {
"description": "no occupant",
"pabs": 4.170183705070839,
"svd_distance": 0.5965843005537784
},
"B_subject_expected": {
"description": "subject where expected",
"pabs": 0.0,
"svd_distance": 0.0
},
"C_added_furniture": {
"description": "+1 new structural element",
"pabs": 0.04744306789447172,
"svd_distance": 0.1011460778806426
},
"D_unexpected_person": {
"description": "+1 unexpected human",
"pabs": 0.6575620431155754,
"svd_distance": 0.09866444424036849
},
"E_natural_drift": {
"description": "5%% wall reflectivity drift",
"pabs": 0.0005664412950287771,
"svd_distance": 0.009233808950251039
},
"F_subject_moved": {
"description": "subject shifted 10 cm",
"pabs": 12.442629346878062,
"svd_distance": 0.8354632981416396
}
},
"verdict": {
"pabs_signal_to_drift": 1160.8652986399395,
"pabs_furniture_to_drift": 83.75637212689702,
"svd_signal_to_drift": 10.685129481446127,
"svd_furniture_to_drift": 10.953884623949552
}
}