Interface: InterventionRecommendationDto
@kortexya/reasoninglayer / Statistical / InterventionRecommendationDto
Interface: InterventionRecommendationDto
Defined in: src/types/statistical.ts:361
Recommendation for an intervention to resolve uncertainty.
Properties
edgesResolvedCount
edgesResolvedCount:
number
Defined in: src/types/statistical.ts:363
Number of edges this intervention would resolve.
expectedInformationGain
expectedInformationGain:
number
Defined in: src/types/statistical.ts:365
Expected information gain from this intervention.
reason
reason:
string
Defined in: src/types/statistical.ts:367
Reason for the recommendation.
variable
variable:
string
Defined in: src/types/statistical.ts:369
Variable to intervene on.