Class: Explainer

Explainer()

Front-end to explain the result of a calculation. This class provides a static method called explain that can be used to produce a lineage DAG from a Value returned by a function.

Constructor

new Explainer()

Source:

Methods

(static) explain(v, simplify)

Explains the result of a calculation produced by an AbstractFunction.
Parameters:
Name Type Default Description
v Value The value to explain
simplify true Set to true to produce a simplified DAG (default), false to get a full DAG
Source: