Represents a directed link in a Bayesian network.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public sealed class Link
Visual Basic (Declaration)
Public NotInheritable Class Link
Visual C++
public ref class Link sealed

Remarks

For Dynamic Bayesian Networks, an order can be specfied to link temporal nodes between different time slices.

Examples

For an example of adding links to a network see Network.

Inheritance Hierarchy

System..::.Object
  BayesServer..::.Link

See Also