Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RelevanceTreeQueryOutput

Returns any information, in addition to the {@link com.bayesserver.inference.IQueryDistributionCollection distributions}, that is requested from a {@link com.bayesserver.inference.IInference#query query}. For example the {@link com.bayesserver.inference.IQueryOutput#getLogLikelihood log-likelihood}.

Hierarchy

  • RelevanceTreeQueryOutput

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

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

    Returns RelevanceTreeQueryOutput

Accessors

conflict

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

    Returns number | null

  • inheritdoc

    Parameters

    • value: number | null

    Returns void

logLikelihood

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

    Returns number | null

  • inheritdoc

    Parameters

    • value: number | null

    Returns void

Methods

reset

  • reset(): void
  • inheritdoc

    Returns void