Initializes a new instance of the VariableEliminationInference class, with the target Bayesian network.
Namespace:
BayesServer.Inference.VariableEliminationAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Raised if network is null. |
