Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RelevanceTreeQueryOptions

Options that govern the calculations performed by {@link com.bayesserver.inference.IInference#query}.

Hierarchy

  • RelevanceTreeQueryOptions

Implements

Index

Constructors

constructor

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

    Returns RelevanceTreeQueryOptions

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

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