Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Decomposer

Contains methods to decompose nodes with multiple variables into their single variable equivalents.

Hierarchy

  • Decomposer

Index

Methods

Methods

Static decompose

  • Decomposes a Bayesian network containing nodes with multiple variables into its single variable node equivalent.

    Parameters

    • network: Network

      The network containing nodes with multiple variables.

    • options: DecomposeOptions

      Options that govern the decomposition.

    Returns DecomposeOutput

    The equivalent single variable node Bayesian network.