Struct ValidationOptions
Represents options that govern the validation of a network. See BayesServer.Network.Validate.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: BayesServer
Assembly: BayesServer.dll
Syntax
public struct ValidationOptions
Properties
AllowNullDistributions
Determines whether validation should succeed even if the required distribution(s) have not been assigned to a node. Default value is false.
Declaration
public bool AllowNullDistributions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Temporal nodes (Dynamic Bayesian networks) may require multiple distributions to be specified.
AllowNullFunctions
Determines whether validation should succeed even if a function has not been assigned to a functiomn variable. Default value is false.
Declaration
public bool AllowNullFunctions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |