Projection

Marker interface for types derived from propositions (graph relationships, Prolog facts, etc.). Carries confidence, decay, and grounding inherited from Derivation, plus a link back to the source propositions.

Inheritors

Properties

Link copied to clipboard
abstract val confidence: <Error class: unknown class>

Confidence in this derivation (0.0 to 1.0).

Link copied to clipboard
abstract val decay: <Error class: unknown class>

Decay rate for this derivation (0.0 to 1.0).

Link copied to clipboard
open override val grounding: List<String>

Grounding traces back to the source propositions by default.

Link copied to clipboard
open val importance: <Error class: unknown class>

Importance of this derivation (0.0 to 1.0).

Link copied to clipboard

IDs of the propositions this projection was derived from.