API Reference / interpretationContext · function

Function: interpretationContext()

function interpretationContext(chart, opts?): InterpretationContext;

Project a Chart into a ranked list of FactAtoms -- the substrate an interpretation layer consumes. Pure and deterministic; computes applying/separating and a normalized strength for each aspect that the bare Chart.aspects list omits.

Parameters

ParameterTypeDescription
chartChartA chart from Engine.chart / Engine.chartAt.
optsContextOptionsSalience overrides, orb policy, and precomputed reductions.

Returns

InterpretationContext

The InterpretationContext; atoms are sorted by salience.

Start building

Quickstart →