Interface: BayesianPredictResponse
@kortexya/reasoninglayer / Inference / BayesianPredictResponse
Interface: BayesianPredictResponse
Defined in: src/types/inference.ts:473
Response from Bayesian prediction.
Properties
degree
degree:
number
Defined in: src/types/inference.ts:475
Combined confidence/degree.
effect?
optionaleffect:BayesianEffectDto|null
Defined in: src/types/inference.ts:477
Merged FuzzyNumber (posterior).
goalId?
optionalgoalId:string|null
Defined in: src/types/inference.ts:479
Goal ID if the goal was saved (when save_goal=true).
proofTrace
proofTrace:
string[]
Defined in: src/types/inference.ts:481
Proof trace explaining the prediction.
queryTimeMs
queryTimeMs:
number
Defined in: src/types/inference.ts:483
Query time in milliseconds.
sourcesMerged
sourcesMerged:
number
Defined in: src/types/inference.ts:485
Number of sources merged.
success
success:
boolean
Defined in: src/types/inference.ts:487
Whether prediction was successful.