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 PropagationMethodTable.MarginalizeLowMemoryOptions. getPropagation()Gets the propagation method to use during marginalization.static PropagationMethodPropagationMethod. 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 voidCLGaussian. marginalize(Distribution superset, PropagationMethod propagation)Marginalizes (integrates) the [superset] into this instance.voidDistribution. marginalize(Distribution superset, PropagationMethod propagation)Marginalizes (sums/integrates) the [superset] into this instance.voidTable. marginalize(Distribution superset, PropagationMethod propagation)Marginalizes (sums) the [superset] into this instance.voidTable. marginalize(Table superset, boolean initialize, PropagationMethod propagation)Marginalizes (sums) the [superset] into this instance.voidTable. marginalize(Table superset, PropagationMethod propagation)Marginalizes (sums) the [superset] into this instance.voidCLGaussian. marginalizeTo(Table table, PropagationMethod propagation)Marginalizes (sums/integrates) out all continuous variables from this instance into the specified table.voidTable.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 PropagationMethodCausalQueryOptionsBase. 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 voidCausalQueryOptionsBase. 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 PropagationMethodLikelihoodSamplingQueryOptions. getPropagation()Gets the propagation method to be used during inference.PropagationMethodLoopyBeliefQueryOptions. getPropagation()Gets the propagation method to be used during inference.PropagationMethodQueryOptions. getPropagation()Gets the propagation method to be used during inference.PropagationMethodRelevanceTreeQueryOptions. getPropagation()Gets the propagation method to be used during inference.PropagationMethodTreeQueryOptions. getPropagation()Gets the propagation method to be used during inference.PropagationMethodVariableEliminationQueryOptions. 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 voidLikelihoodSamplingQueryOptions. setPropagation(PropagationMethod value)Sets the propagation method to be used during inference.voidLoopyBeliefQueryOptions. setPropagation(PropagationMethod value)Sets the propagation method to be used during inference.voidQueryOptions. setPropagation(PropagationMethod value)Sets the propagation method to be used during inference.voidRelevanceTreeQueryOptions. setPropagation(PropagationMethod value)Sets the propagation method to be used during inference.voidTreeQueryOptions. setPropagation(PropagationMethod value)Sets the propagation method to be used during inference.voidVariableEliminationQueryOptions. setPropagation(PropagationMethod value)Sets the propagation method to be used during inference.
-