Skip to content

Interface: CausalRelationshipDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / CausalRelationshipDto

Interface: CausalRelationshipDto

Defined in: src/types/causal.ts:96

A causal relationship between two variables.

Properties

cause

cause: string

Defined in: src/types/causal.ts:98

Cause variable.


effect

effect: string

Defined in: src/types/causal.ts:100

Effect variable.