Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInference

The interface for a Bayesian network inference algorithm, which is used to perform queries such as calculating posterior probabilities and log-likelihood values for a case.

For an example of a class that implements this interface see {@link com.bayesserver.inference.relevancetree.RelevanceTreeInference}.

Hierarchy

  • IInference

Implemented by

Index

Properties

baseEvidence

baseEvidence: IEvidence

evidence

evidence: IEvidence

network

network: Network

queryDistributions

queryDistributions: IQueryDistributionCollection

Methods

query