Module trie

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

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.