Uses of Class
com.bayesserver.inference.DecisionAlgorithm
- 
Packages that use DecisionAlgorithm Package Description com.bayesserver.causal com.bayesserver.inference com.bayesserver.learning.parameters  - 
- 
Uses of DecisionAlgorithm in com.bayesserver.causal
Methods in com.bayesserver.causal that return DecisionAlgorithm Modifier and Type Method Description DecisionAlgorithmCausalQueryOptionsBase. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.Methods in com.bayesserver.causal with parameters of type DecisionAlgorithm Modifier and Type Method Description voidCausalQueryOptionsBase. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes. - 
Uses of DecisionAlgorithm in com.bayesserver.inference
Methods in com.bayesserver.inference that return DecisionAlgorithm Modifier and Type Method Description DecisionAlgorithmLikelihoodSamplingQueryOptions. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithmLoopyBeliefQueryOptions. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithmQueryOptions. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithmRelevanceTreeQueryOptions. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithmTreeQueryOptions. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithmVariableEliminationQueryOptions. getDecisionAlgorithm()Gets the algorithm to use when a network contains Decision nodes.static DecisionAlgorithmDecisionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionAlgorithm[]DecisionAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.inference with parameters of type DecisionAlgorithm Modifier and Type Method Description voidLikelihoodSamplingQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes.voidLoopyBeliefQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes.voidQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes.voidRelevanceTreeQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes.voidTreeQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes.voidVariableEliminationQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use when a network contains Decision nodes. - 
Uses of DecisionAlgorithm in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return DecisionAlgorithm Modifier and Type Method Description DecisionAlgorithmOnlineLearningOptions. getDecisionAlgorithm()Gets the algorithm to use for adaption of decision graphs.Methods in com.bayesserver.learning.parameters with parameters of type DecisionAlgorithm Modifier and Type Method Description voidOnlineLearningOptions. setDecisionAlgorithm(DecisionAlgorithm value)Sets the algorithm to use for adaption of decision graphs. 
 -