Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeQuery

Contains methods to determine properties of a Bayesian network or Dynamic Bayesian network when converted to a tree for inference.

Hierarchy

  • TreeQuery

Index

Methods

Methods

Static query

  • Calculates properties of a Bayesian network or Dynamic Bayesian network when converted to a tree for inference.

    This is done without requiring the memory to actually perform inference, and so can be useful to test whether exact inference is feasible on a network, or determine approximate memory requirements.

    This can be done while taking into account any evidence currently set, and the particular queries that are being requested.

    Parameters

    Returns TreeQueryOutput

    Information about the tree, such as tree width.