Skip to content

Interface: DiDValidationResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / DiDValidationResponse

Interface: DiDValidationResponse

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

Response for DiD validation.

Properties

badControls

badControls: string[]

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

Identified “bad controls” — nodes that induce bias if conditioned on.


explanation

explanation: string

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

Explanation of the result.


framework

framework: string

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

The framework used for validation.


isValid

isValid: boolean

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

Whether the design is valid.