Package com.bayesserver.inference
Interface QueryLifecycleEnd
-
- All Known Implementing Classes:
LikelihoodSamplingQueryLifecycleEnd,LoopyBeliefQueryLifecycleEnd,QueryLifecycleEndBase,RelevanceTreeQueryLifecycleEnd,VariableEliminationQueryLifecycleEnd
public interface QueryLifecycleEndContains information that is passed via theQueryLifecycleinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferencegetInference()The current inference engine.QueryOptionsgetQueryOptions()The query options instance being used in the query.QueryOutputgetQueryOutput()The query output.
-
-
-
Method Detail
-
getQueryOptions
QueryOptions getQueryOptions()
The query options instance being used in the query.
-
getQueryOutput
QueryOutput getQueryOutput()
The query output.
-
getInference
Inference getInference()
The current inference engine. Note that some algorithms may use a copy of the original network.
-
-