@pson5/graph-engine
v0.2.0
Published
Knowledge graph construction and explainability helpers for PSON5.
Maintainers
Readme
@pson5/graph-engine
Knowledge graph and explainability helpers for PSON5.
Install
npm install @pson5/graph-engineUsage
import { deriveKnowledgeGraph, explainPredictionSupport } from "@pson5/graph-engine";
const nextProfile = deriveKnowledgeGraph(profile);
const support = explainPredictionSupport(nextProfile, "delayed_start");Primary Exports
deriveKnowledgeGraph(...)explainPredictionSupport(...)
