Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropagationMethod

The propagation method used during inference.

Hierarchy

  • PropagationMethod

Index

Properties

Properties

Static Max

Max: PropagationMethod = new PropagationMethod()

Max propagation is used to determine the most probable configuration of discrete variables, given any evidence entered. Also known as Most Probable Explanation (MPE).

Static Sum

Sum: PropagationMethod = new PropagationMethod()

Sum propagation is the default method, used to perform standard probabilistic inference.