Skip to content

Interface: UncertainEdgeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Statistical / UncertainEdgeDto

Interface: UncertainEdgeDto

Defined in: src/types/statistical.ts:532

An edge with uncertain direction in the causal graph.

Properties

possibleDirections

possibleDirections: unknown[][]

Defined in: src/types/statistical.ts:534

Possible directions for this edge.


uncertainty

uncertainty: number

Defined in: src/types/statistical.ts:536

Uncertainty score (0 = certain, 1 = completely uncertain).


x

x: string

Defined in: src/types/statistical.ts:538

First variable.


y

y: string

Defined in: src/types/statistical.ts:540

Second variable.