Interface: InterventionObservationRequest
@kortexya/reasoninglayer / Statistical / InterventionObservationRequest
Interface: InterventionObservationRequest
Defined in: src/types/statistical.ts:162
Request to record an intervention observation for causal discovery.
Properties
changedVariables
changedVariables:
string[]
Defined in: src/types/statistical.ts:164
Variables that changed after intervention.
unchangedVariables
unchangedVariables:
string[]
Defined in: src/types/statistical.ts:166
Variables that did not change.
value
value:
string
Defined in: src/types/statistical.ts:168
Value the variable was set to.
variable
variable:
string
Defined in: src/types/statistical.ts:170
Variable that was intervened on.