The target Bayesian network.

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

Syntax

C#
public Network Network { get; }
Visual Basic (Declaration)
Public ReadOnly Property Network As Network
Visual C++
public:
virtual property Network^ Network {
	Network^ get () sealed;
}

Implements

IInference..::.Network

See Also