wifi-densepose/rust-port/wifi-densepose-rs
eriirfos-eng ec37ab1674 feat(types): add optional trit_signal() on Confidence via ternlang feature
Adds a `trit_signal()` method to `Confidence` that maps a scalar
confidence score to a ternary trit value:
  - >= 0.65 → Affirm  (high confidence — act)
  - 0.35..0.65 → Tend (uncertain — defer to human review)
  - < 0.35  → Reject  (low confidence — discard / retry)

The Tend state is the key addition: it provides an explicit
"I need more data" signal rather than forcing a binary yes/no
when confidence is genuinely ambiguous. This maps naturally to
EU AI Act Article 14 human oversight requirements.

This is a purely additive change:
- `Confidence(f32)` and all existing API surface are unchanged
- `trit_signal()` is gated behind `features = ["ternlang"]`
- Dependency: `ternlang-core = "0.3"` (crates.io), optional
- No breaking changes, no existing tests affected
2026-04-11 05:25:45 +00:00
..
.claude-flow feat: cross-node fusion + DynamicMinCut + RSSI tracking (v0.5.3) 2026-03-30 21:55:44 -04:00
crates feat(types): add optional trit_signal() on Confidence via ternlang feature 2026-04-11 05:25:45 +00:00
data docs: update README with ADR-045–048, Observatory, adaptive classifier, AMOLED display 2026-03-05 10:20:48 -05:00
docs feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
examples feat: Add wifi-Mat disaster detection enhancements 2026-01-13 18:23:03 +00:00
patches/ruvector-crv feat: ADR-033 CRV signal-line integration + ruvector-crv 6-stage pipeline 2026-03-01 22:21:59 -05:00
Cargo.lock Architectural Upgrade: Transform binary confidence into triadic state resolution. 2026-04-07 13:22:48 +00:00
Cargo.toml feat: RuVector all phases — temporal smoothing + kinematic constraints + coherence 2026-03-30 14:23:21 -04:00