Represents a discrete or continuous random variable.

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

Syntax

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

Remarks

Note that variable names must be unique per network, and are case sensitive.

A Node in a Bayesian network can contain one or more variables.

Although a discrete variable can contain a different number of states, a continuous variable always contains a single state.

Inheritance Hierarchy

System..::.Object
  BayesServer..::.Variable

See Also