Represents a state of a variable. E.g. the discrete variable Gender might have two states, Male and Female.

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

Syntax

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

Remarks

Note that a continuous variable always has a single state.

Inheritance Hierarchy

System..::.Object
  BayesServer..::.State

See Also