Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeQueryOutput

Contains information output by a {@link com.bayesserver.inference.TreeQuery}.

Hierarchy

  • TreeQueryOutput

Index

Constructors

Accessors

Constructors

constructor

  • Parameters

    • p_autogen0: number | null

    Returns TreeQueryOutput

Accessors

treeWidth

  • get treeWidth(): number | null
  • Gets the tree width, if requested.

    The tree width gives an indication of how much space is required to calculate the queries using exact inference, given the evidence.

    Returns number | null