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