Determines whether this instance is a Directed Acyclic Graph (DAG) which is a requirement for Bayesian networks.

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

Syntax

C#
public bool IsDag()
Visual Basic (Declaration)
Public Function IsDag As Boolean
Visual C++
public:
bool IsDag()

Return Value

true if this instance is a DAG; otherwise, false.

See Also