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 QueryFunctionOutputEffectsAnalysisOutputItem. 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 QueryFunctionOutputQueryFunctionOutput. copy()Creates a copy of this instance.QueryFunctionOutputQueryFunction. getFunctionOutput()Gets the function to evaluate.Methods in com.bayesserver.inference with parameters of type QueryFunctionOutput Modifier and Type Method Description QueryFunctionDefaultQueryFunctionCollection. add(QueryFunctionOutput function)Adds the specified function, automatically creating aQueryFunctioninstance.QueryFunctionQueryFunctionCollection. add(QueryFunctionOutput functionOutput)Adds the specified function output, automatically creating aQueryFunctioninstance.Constructors in com.bayesserver.inference with parameters of type QueryFunctionOutput Constructor Description QueryFunction(QueryFunctionOutput functionOutput)Initializes a new instance of theQueryFunctionclass.QueryFunction(QueryFunctionOutput functionOutput, boolean isEnabled)Initializes a new instance of theQueryFunctionclass. -
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.
-