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 InconsistentEvidenceModeCausalQueryOptionsBase. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.Methods in com.bayesserver.causal with parameters of type InconsistentEvidenceMode Modifier and Type Method Description voidCausalQueryOptionsBase. setInconsistentEvidenceMode(InconsistentEvidenceMode value)Determines when anInconsistentEvidenceExceptionis raised. -
Uses of InconsistentEvidenceMode in com.bayesserver.inference
Methods in com.bayesserver.inference that return InconsistentEvidenceMode Modifier and Type Method Description InconsistentEvidenceModeLikelihoodSamplingQueryOptions. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.InconsistentEvidenceModeLoopyBeliefQueryOptions. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.InconsistentEvidenceModeQueryOptions. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.InconsistentEvidenceModeRelevanceTreeQueryOptions. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.InconsistentEvidenceModeTreeQueryOptions. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.InconsistentEvidenceModeVariableEliminationQueryOptions. getInconsistentEvidenceMode()Determines when anInconsistentEvidenceExceptionis raised.static InconsistentEvidenceModeInconsistentEvidenceMode. 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.
-