Interface: InterventionObservationResponse
@kortexya/reasoninglayer / Statistical / InterventionObservationResponse
Interface: InterventionObservationResponse
Defined in: src/types/statistical.ts:176
Response from recording an intervention observation.
Properties
message
message:
string
Defined in: src/types/statistical.ts:178
Descriptive message.
remainingUncertainCount
remainingUncertainCount:
number
Defined in: src/types/statistical.ts:180
Remaining uncertain edges after this intervention.
resolvedEdges
resolvedEdges:
unknown[][]
Defined in: src/types/statistical.ts:182
Edges that were resolved by this intervention.
success
success:
boolean
Defined in: src/types/statistical.ts:184
Whether the observation was recorded successfully.