ProjectionPolicy

Determines whether a proposition should be projected to the graph. Projection creates relationships in the knowledge graph.

Inheritors

Properties

Link copied to clipboard

The minimum confidence this policy requires. Exposed so a rejection explanation can quote the actual threshold in play rather than a hardcoded guess. Defaults to 0.85.

Functions

Link copied to clipboard
abstract fun shouldProject(proposition: Proposition): Boolean

Determine if the given proposition should be projected.