Skip to content

Interface: DSeparatedResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / DSeparatedResponse

Interface: DSeparatedResponse

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

Response for d-separation check.

Properties

activePaths

activePaths: string[][]

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

Active paths between X and Y (if not d-separated).


dSeparated

dSeparated: boolean

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

Whether X and Y are d-separated given the conditioning set.


explanation

explanation: string

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

Explanation of the result.