Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TopologicalSort

Contains methods to sort nodes in a Bayesian network in topological order.

Hierarchy

  • TopologicalSort

Index

Methods

Methods

Static sort

  • Returns the nodes in a Bayesian network sorted in topological order.

    Parameters

    • network: Network

      The Bayesian network.

    Returns Node[]

    The nodes sorted in topological order.