Expand description
Index structures for fast lookup. Each index is independent and incrementally updateable.
Re-exports§
pub use cluster_map::cosine_similarity;pub use cluster_map::ClusterMap;pub use session_index::SessionIndex;pub use temporal_index::TemporalIndex;pub use type_index::TypeIndex;
Modules§
- cluster_
map - Cluster map — pre-computed k-means clustering of feature vectors.
- session_
index - Session index — maps each session_id to sorted node IDs in that session.
- temporal_
index - Temporal index — sorted (timestamp, node_id) pairs for time range queries.
- type_
index - Index by event type — maps each EventType to sorted node IDs.