Validates that the Bayesian network is correctly specified.

Namespace:  BayesServer
Assembly:  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

ExceptionCondition
BayesServer..::.InvalidNetworkExceptionRaised when the network is not correctly specified, containing the error message.

See Also