Projected Relationship
data class ProjectedRelationship(val sourceId: String, val targetId: String, val type: String, val confidence: Double, val decay: Double = 0.0, val description: String? = null, val sourcePropositionIds: List<String>, val authority: AuthorityTier? = null) : RelationshipInstance, Projection
A graph relationship produced by projecting one or more propositions.
Properties
Link copied to clipboard
how authoritative the source is — lets downstream queries distinguish a strongly-grounded edge from a weak inferred one. Null when not resolved.
Link copied to clipboard
confidence aggregated from the source propositions
Link copied to clipboard
optional human-readable description of the relationship
Link copied to clipboard
Importance of this derivation (0.0 to 1.0).
Link copied to clipboard
IDs of the propositions this edge was derived from