Initializes a new instance of the VariableEliminationInference class, with 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 VariableEliminationInference(
	Network network
)
Visual Basic (Declaration)
Public Sub New ( _
	network As Network _
)
Visual C++
public:
VariableEliminationInference(
	Network^ network
)

Parameters

network
Type: BayesServer..::.Network
The target Network.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionRaised if network is null.

See Also