Expand description
Triple exporter — extract knowledge graph triples with Hebbian weights.
Exports the colony’s knowledge graph as (subject, predicate, object, weight) triples, suitable for downstream processing into training data.
Structs§
- Triple
Stats - Statistics about exported triples.
- Weighted
Triple - A knowledge graph triple with weight.
Functions§
- export_
triples - Export all edges as weighted triples.
- triple_
stats - Export triples with weight statistics.