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