Uses of Class
com.bayesserver.inference.InconsistentEvidenceMode
-
Packages that use InconsistentEvidenceMode Package Description com.bayesserver.causal com.bayesserver.inference -
-
Uses of InconsistentEvidenceMode in com.bayesserver.causal
Methods in com.bayesserver.causal that return InconsistentEvidenceMode Modifier and Type Method Description InconsistentEvidenceMode
CausalQueryOptionsBase. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.Methods in com.bayesserver.causal with parameters of type InconsistentEvidenceMode Modifier and Type Method Description void
CausalQueryOptionsBase. setInconsistentEvidenceMode(InconsistentEvidenceMode value)
Determines when anInconsistentEvidenceException
is raised. -
Uses of InconsistentEvidenceMode in com.bayesserver.inference
Methods in com.bayesserver.inference that return InconsistentEvidenceMode Modifier and Type Method Description InconsistentEvidenceMode
LikelihoodSamplingQueryOptions. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.InconsistentEvidenceMode
LoopyBeliefQueryOptions. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.InconsistentEvidenceMode
QueryOptions. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.InconsistentEvidenceMode
RelevanceTreeQueryOptions. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.InconsistentEvidenceMode
TreeQueryOptions. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.InconsistentEvidenceMode
VariableEliminationQueryOptions. getInconsistentEvidenceMode()
Determines when anInconsistentEvidenceException
is raised.static InconsistentEvidenceMode
InconsistentEvidenceMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static InconsistentEvidenceMode[]
InconsistentEvidenceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-