Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidationOptions

Represents options that govern the validation of a network. See {@link com.bayesserver.Network#validate}.

Hierarchy

  • ValidationOptions

Index

Accessors

allowNullDistributions

  • get allowNullDistributions(): boolean
  • set allowNullDistributions(value: boolean): void
  • Determines whether validation should succeed even if the required distribution(s) have not been assigned to a node. Default value is false.

    Temporal nodes (Dynamic Bayesian networks) may require multiple distributions to be specified.

    Returns boolean

  • Determines whether validation should succeed even if the required distribution(s) have not been assigned to a node. Default value is false.

    Temporal nodes (Dynamic Bayesian networks) may require multiple distributions to be specified.

    Parameters

    • value: boolean

    Returns void