Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Unroller

Unrolls a Dynamic Bayesian network into the equivalent Bayesian network.

Hierarchy

  • Unroller

Index

Methods

Methods

Static unroll

  • Unrolls the specified Dynamic Bayesian network into the equivalent Bayesian network.

    Parameters

    • network: Network

      The Dynamic Bayesian network.

    • sliceCount: number

      The slice count (number of time slices).

    • options: UnrollOptions

      Options that govern the unroll operation.

    Returns UnrollOutput

    The unrolled network along with additional information.