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