Uses of Class
com.bayesserver.PropagationMethod
-
Packages that use PropagationMethod Package Description com.bayesserver com.bayesserver.causal com.bayesserver.inference -
-
Uses of PropagationMethod in com.bayesserver
Methods in com.bayesserver that return PropagationMethod Modifier and Type Method Description PropagationMethod
Table.MarginalizeLowMemoryOptions. getPropagation()
Gets the propagation method to use during marginalization.static PropagationMethod
PropagationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropagationMethod[]
PropagationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver with parameters of type PropagationMethod Modifier and Type Method Description void
CLGaussian. marginalize(Distribution superset, PropagationMethod propagation)
Marginalizes (integrates) the [superset] into this instance.void
Distribution. marginalize(Distribution superset, PropagationMethod propagation)
Marginalizes (sums/integrates) the [superset] into this instance.void
Table. marginalize(Distribution superset, PropagationMethod propagation)
Marginalizes (sums) the [superset] into this instance.void
Table. marginalize(Table superset, boolean initialize, PropagationMethod propagation)
Marginalizes (sums) the [superset] into this instance.void
Table. marginalize(Table superset, PropagationMethod propagation)
Marginalizes (sums) the [superset] into this instance.void
CLGaussian. marginalizeTo(Table table, PropagationMethod propagation)
Marginalizes (sums/integrates) out all continuous variables from this instance into the specified table.void
Table.MarginalizeLowMemoryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to use during marginalization. -
Uses of PropagationMethod in com.bayesserver.causal
Methods in com.bayesserver.causal that return PropagationMethod Modifier and Type Method Description PropagationMethod
CausalQueryOptionsBase. getPropagation()
Gets the propagation method to be used during inference.Methods in com.bayesserver.causal with parameters of type PropagationMethod Modifier and Type Method Description void
CausalQueryOptionsBase. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference. -
Uses of PropagationMethod in com.bayesserver.inference
Methods in com.bayesserver.inference that return PropagationMethod Modifier and Type Method Description PropagationMethod
LikelihoodSamplingQueryOptions. getPropagation()
Gets the propagation method to be used during inference.PropagationMethod
LoopyBeliefQueryOptions. getPropagation()
Gets the propagation method to be used during inference.PropagationMethod
QueryOptions. getPropagation()
Gets the propagation method to be used during inference.PropagationMethod
RelevanceTreeQueryOptions. getPropagation()
Gets the propagation method to be used during inference.PropagationMethod
TreeQueryOptions. getPropagation()
Gets the propagation method to be used during inference.PropagationMethod
VariableEliminationQueryOptions. getPropagation()
Gets the propagation method to be used during inference.Methods in com.bayesserver.inference with parameters of type PropagationMethod Modifier and Type Method Description void
LikelihoodSamplingQueryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference.void
LoopyBeliefQueryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference.void
QueryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference.void
RelevanceTreeQueryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference.void
TreeQueryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference.void
VariableEliminationQueryOptions. setPropagation(PropagationMethod value)
Sets the propagation method to be used during inference.
-