Validates that the Bayesian network is correctly specified.
Namespace:
BayesServerAssembly: BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public void Validate( ValidationOptions options ) |
| Visual Basic (Declaration) |
|---|
Public Sub Validate ( _ options As ValidationOptions _ ) |
| Visual C++ |
|---|
public: void Validate( ValidationOptions options ) |
Parameters
- options
- Type: BayesServer..::.ValidationOptions
Specifies options to control the validation process.
Exceptions
| Exception | Condition |
|---|---|
| BayesServer..::.InvalidNetworkException | Raised when the network is not correctly specified, containing the error message. |
