Expand description
Evidence bridges: convert domain-specific decision types into unified
EvidenceEntry records (bd-xox.4).
Each bridge function takes a domain-specific decision/evidence struct and
a timestamp, and returns a unified EvidenceEntry suitable for the
[UnifiedEvidenceLedger].
§Supported domains
| Domain | Source type | Bridge function |
|---|---|---|
| DiffStrategy | StrategyEvidence | from_diff_strategy |
| ResizeCoalescing / BOCPD | BocpdEvidence | from_bocpd |
| FrameBudget (e-process) | ThrottleDecision | from_eprocess |
| VoiSampling | VoiDecision | from_voi |
| Conformal (Degradation) | ConformalPrediction | from_conformal |
Functions§
- from_
bocpd - Convert a [
BocpdEvidence] into a unified evidence entry. - from_
conformal - Convert a [
ConformalPrediction] into a unified evidence entry. - from_
diff_ strategy - Convert a [
StrategyEvidence] into a unified evidence entry. - from_
eprocess - Convert a [
ThrottleDecision] into a unified evidence entry. - from_
voi - Convert a [
VoiDecision] into a unified evidence entry.