Uses of Interface
com.bayesserver.inference.QueryFunctionCollection
-
Packages that use QueryFunctionCollection Package Description com.bayesserver.causal com.bayesserver.inference -
-
Uses of QueryFunctionCollection in com.bayesserver.causal
Methods in com.bayesserver.causal that return QueryFunctionCollection Modifier and Type Method Description QueryFunctionCollection
CausalInferenceBase. getQueryFunctions()
Gets the collection of functions to evaluate, after QueryDistributions have been calculated.Methods in com.bayesserver.causal with parameters of type QueryFunctionCollection Modifier and Type Method Description void
CausalInferenceBase. setQueryFunctions(QueryFunctionCollection value)
Sets the collection of functions to evaluate, after QueryDistributions have been calculated. -
Uses of QueryFunctionCollection in com.bayesserver.inference
Classes in com.bayesserver.inference that implement QueryFunctionCollection Modifier and Type Class Description class
DefaultQueryFunctionCollection
The collection of functions to be evaluated by aInference.query(com.bayesserver.inference.QueryOptions, com.bayesserver.inference.QueryOutput)
.Methods in com.bayesserver.inference that return QueryFunctionCollection Modifier and Type Method Description QueryFunctionCollection
Inference. getQueryFunctions()
Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollection
LikelihoodSamplingInference. getQueryFunctions()
Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollection
LoopyBeliefInference. getQueryFunctions()
Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollection
RelevanceTreeInference. getQueryFunctions()
Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollection
VariableEliminationInference. getQueryFunctions()
Gets the collection of functions to evaluate, after QueryDistributions have been calculated.Methods in com.bayesserver.inference with parameters of type QueryFunctionCollection Modifier and Type Method Description void
Inference. setQueryFunctions(QueryFunctionCollection value)
Sets the collection of functions to evaluate, after QueryDistributions have been calculated.void
LikelihoodSamplingInference. setQueryFunctions(QueryFunctionCollection value)
Sets the collection of functions to evaluate, after QueryDistributions have been calculated.void
LoopyBeliefInference. setQueryFunctions(QueryFunctionCollection value)
Sets the collection of functions to evaluate, after QueryDistributions have been calculated.void
RelevanceTreeInference. setQueryFunctions(QueryFunctionCollection value)
Sets the collection of functions to evaluate, after QueryDistributions have been calculated.void
VariableEliminationInference. setQueryFunctions(QueryFunctionCollection value)
Sets the collection of functions to evaluate, after QueryDistributions have been calculated.
-