Module trie
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
Prediction trie data structures for the online learning engine.
Modules
- accumulator: Streaming statistics accumulator using Welford’s algorithm and TDigest.
- builder: Prediction trie builder with incremental accumulator merge.
- data_models: Core prediction trie data types with NAT wire-format compatible serialization.
- lookup: Prediction trie lookup with three-level fallback chain.
- serialization: NAT wire-format serialization for prediction tries.