The node type for networks that include temporal/sequential support. I.e. Dynamic Bayesian Networks (DBN).

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

Syntax

C#
public enum TemporalType
Visual Basic (Declaration)
Public Enumeration TemporalType
Visual C++
public enum class TemporalType

Members

Member nameDescription
Contemporal
A standard node that is not repeated at each time step.
Temporal
A temporal node, which can be queried or have evidence set at each time step.
Initial
A node which cannot link to temporal nodes at time t > 0.
Terminal
A node which cannot link to temporal nodes except for the last time slice.

See Also