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 DecisionAlgorithm
CausalQueryOptionsBase. 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 void
CausalQueryOptionsBase. 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 DecisionAlgorithm
LikelihoodSamplingQueryOptions. getDecisionAlgorithm()
Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithm
LoopyBeliefQueryOptions. getDecisionAlgorithm()
Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithm
QueryOptions. getDecisionAlgorithm()
Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithm
RelevanceTreeQueryOptions. getDecisionAlgorithm()
Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithm
TreeQueryOptions. getDecisionAlgorithm()
Gets the algorithm to use when a network contains Decision nodes.DecisionAlgorithm
VariableEliminationQueryOptions. getDecisionAlgorithm()
Gets the algorithm to use when a network contains Decision nodes.static DecisionAlgorithm
DecisionAlgorithm. 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 void
LikelihoodSamplingQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use when a network contains Decision nodes.void
LoopyBeliefQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use when a network contains Decision nodes.void
QueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use when a network contains Decision nodes.void
RelevanceTreeQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use when a network contains Decision nodes.void
TreeQueryOptions. setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use when a network contains Decision nodes.void
VariableEliminationQueryOptions. 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 DecisionAlgorithm
OnlineLearningOptions. 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 void
OnlineLearningOptions. setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use for adaption of decision graphs.
-