Skip to content

Interface: UncertainEdgeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Statistical / UncertainEdgeDto

Interface: UncertainEdgeDto

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

An edge with uncertain direction in the causal graph.

Properties

possibleDirections

possibleDirections: unknown[][]

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

Possible directions for this edge.


uncertainty

uncertainty: number

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

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


x

x: string

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

First variable.


y

y: string

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

Second variable.