Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeQueryOptions

Options which affect the calculation performed by a {@link com.bayesserver.inference.TreeQuery}.

Hierarchy

  • TreeQueryOptions

Implements

Index

Constructors

constructor

  • Initializes a new instance of the {@link com.bayesserver.inference.TreeQueryOptions} class.

    Returns TreeQueryOptions

  • Initializes a new instance of the {@link com.bayesserver.inference.TreeQueryOptions} class, copying options from another instance implementing {@link com.bayesserver.inference.IQueryOptions}.

    exception

    System.ArgumentNullException queryOptions

    Parameters

    Returns TreeQueryOptions

Accessors

cancellation

  • inheritdoc

    Returns ICancellation

  • inheritdoc

    Parameters

    Returns void

conflict

  • get conflict(): boolean
  • set conflict(value: boolean): void
  • inheritdoc

    Returns boolean

  • inheritdoc

    Parameters

    • value: boolean

    Returns void

decisionAlgorithm

isImpliedEvidenceEnabled

  • get isImpliedEvidenceEnabled(): boolean
  • set isImpliedEvidenceEnabled(value: boolean): void
  • Gets a value indicating whether to detect implied evidence during the calculation.

    An example of implied evidence is: Male => Not Pregnant.

    Returns boolean

  • Sets a value indicating whether to detect implied evidence during the calculation.

    An example of implied evidence is: Male => Not Pregnant.

    Parameters

    • value: boolean

    Returns void

logLikelihood

  • get logLikelihood(): boolean
  • set logLikelihood(value: boolean): void
  • inheritdoc

    Returns boolean

  • inheritdoc

    Parameters

    • value: boolean

    Returns void

propagation

queryEvidenceMode

terminalTime

  • get terminalTime(): number | null
  • set terminalTime(value: number | null): void
  • inheritdoc

    Returns number | null

  • inheritdoc

    Parameters

    • value: number | null

    Returns void

treeWidth

  • get treeWidth(): boolean
  • set treeWidth(value: boolean): void
  • Gets a value indicating whether or not to calculate the tree width.

    Returns boolean

  • Sets a value indicating whether or not to calculate the tree width.

    Parameters

    • value: boolean

    Returns void