Skip to content

Interface: DSeparatedResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / DSeparatedResponse

Interface: DSeparatedResponse

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

Response for d-separation check.

Properties

activePaths

activePaths: string[][]

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

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


dSeparated

dSeparated: boolean

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

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


explanation

explanation: string

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

Explanation of the result.