Represents a variable and associated information such as time, and whether it is marked as head or tail.
Namespace:
BayesServerAssembly: BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public sealed class VariableContext |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class VariableContext |
| Visual C++ |
|---|
public ref class VariableContext sealed |
Remarks
A VariableContext is used to store contextual information about a variable in a distribution,
such as whether it is marked as head or tail, and time if the variable belongs to a temporal node.
The same variable can appear more than once in a distribution if it appears at different times.
Inheritance Hierarchy
System..::.Object
BayesServer..::.VariableContext
BayesServer..::.VariableContext
