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 QueryFunctionCollectionCausalInferenceBase. 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 voidCausalInferenceBase. 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 classDefaultQueryFunctionCollectionThe 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 QueryFunctionCollectionInference. getQueryFunctions()Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollectionLikelihoodSamplingInference. getQueryFunctions()Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollectionLoopyBeliefInference. getQueryFunctions()Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollectionRelevanceTreeInference. getQueryFunctions()Gets the collection of functions to evaluate, after QueryDistributions have been calculated.QueryFunctionCollectionVariableEliminationInference. 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 voidInference. setQueryFunctions(QueryFunctionCollection value)Sets the collection of functions to evaluate, after QueryDistributions have been calculated.voidLikelihoodSamplingInference. setQueryFunctions(QueryFunctionCollection value)Sets the collection of functions to evaluate, after QueryDistributions have been calculated.voidLoopyBeliefInference. setQueryFunctions(QueryFunctionCollection value)Sets the collection of functions to evaluate, after QueryDistributions have been calculated.voidRelevanceTreeInference. setQueryFunctions(QueryFunctionCollection value)Sets the collection of functions to evaluate, after QueryDistributions have been calculated.voidVariableEliminationInference. setQueryFunctions(QueryFunctionCollection value)Sets the collection of functions to evaluate, after QueryDistributions have been calculated.
-