The IInference type exposes the following members.

Methods

  NameDescription
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Query
Calculates a number of distributions, e.g. P(A) and P(B) given the evidence (case data, e.g. row in a database), and if requested the log-likelihood of the data.

Properties

  NameDescription
Evidence
Represents the evidence, or case data (e.g. row in a database) used in a query.
Network
The target Bayesian network.
QueryDistributions
Gets or sets the collection of distributions to calculate. See IQueryDistributionCollection.

See Also