Uses of Class
com.bayesserver.inference.QueryFunctionOutput
-
Packages that use QueryFunctionOutput Package Description com.bayesserver.causal com.bayesserver.inference com.bayesserver.optimization -
-
Uses of QueryFunctionOutput in com.bayesserver.causal
Methods in com.bayesserver.causal that return QueryFunctionOutput Modifier and Type Method Description QueryFunctionOutput
EffectsAnalysisOutputItem. getOutcomeFunctionOutput()
Gets the function output when the outcome is a function.Methods in com.bayesserver.causal that return types with arguments of type QueryFunctionOutput Modifier and Type Method Description List<QueryFunctionOutput>
EffectsAnalysisOptions. getQueryFunctions()
Determines which additional functions, if any, should be calculated by the inference engine. -
Uses of QueryFunctionOutput in com.bayesserver.inference
Methods in com.bayesserver.inference that return QueryFunctionOutput Modifier and Type Method Description QueryFunctionOutput
QueryFunctionOutput. copy()
Creates a copy of this instance.QueryFunctionOutput
QueryFunction. getFunctionOutput()
Gets the function to evaluate.Methods in com.bayesserver.inference with parameters of type QueryFunctionOutput Modifier and Type Method Description QueryFunction
DefaultQueryFunctionCollection. add(QueryFunctionOutput function)
Adds the specified function, automatically creating aQueryFunction
instance.QueryFunction
QueryFunctionCollection. add(QueryFunctionOutput functionOutput)
Adds the specified function output, automatically creating aQueryFunction
instance.Constructors in com.bayesserver.inference with parameters of type QueryFunctionOutput Constructor Description QueryFunction(QueryFunctionOutput functionOutput)
Initializes a new instance of theQueryFunction
class.QueryFunction(QueryFunctionOutput functionOutput, boolean isEnabled)
Initializes a new instance of theQueryFunction
class. -
Uses of QueryFunctionOutput in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return types with arguments of type QueryFunctionOutput Modifier and Type Method Description List<QueryFunctionOutput>
GeneticOptionsBase. getQueryFunctions()
Determines which additional functions, if any, should be calculated by the inference engine when evaluating the fitness of a solution.List<QueryFunctionOutput>
OptimizerOptions. getQueryFunctions()
Determines which additional functions, if any, should be calculated by the inference engine when evaluating the fitness of a solution.
-