hippmem-write 0.1.0

Write engine for HIPPMEM — AssociationKeys generation, multi-dimensional candidate discovery, association scoring and edge creation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! HIPPMEM · Write engine
//!
//! Responsible for AssociationKeys generation, multi-dimensional candidate
//! discovery, association scoring, and edge construction.
//! Corresponds to algorithm parameters in 03.

pub mod candidates;
pub mod edges;
pub mod enrich;
pub mod explain;
pub mod keys;
pub mod scoring;
pub mod staged;
pub mod understanding;