Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DecomposeOutput

Contains information returned by {@link com.bayesserver.Decomposer#decompose}.

Hierarchy

  • DecomposeOutput

Index

Constructors

constructor

Accessors

decomposedNetwork

  • Gets the network, which is the decomposed equivalent of the original network.

    Returns Network

    The decomposed network.

originalNetwork

  • Gets the original network, containing nodes with multiple variables.

    Returns Network

    The original network.

Methods

getDecomposedVariable

  • Maps a variable in the original network to the equivalent variable in the decomposed network.

    Parameters

    • networkVariable: Variable

      The variable in the original network.

    Returns Variable

    The equivalent variable in the decomposed network.

getOriginalVariable

  • Maps a variable in the decomposed network to the equivalent variable in the original network.

    Parameters

    • decomposedVariable: Variable

      The variable in the decomposed network.

    Returns Variable

    The equivalent variable in the original network.