Click or drag to resize

IInferenceEngine Methods

The IInferenceEngine type exposes the following members.

Methods
  NameDescription
Public methodApply(IGraph)
Applies inference to the given Graph and outputs the inferred information to that Graph.
Public methodApply(IGraph, IGraph)
Applies inference to the Input Graph and outputs the inferred information to the Output Graph.
Public methodInitialise
Initialises the Inference Engine using the given Graph.
Top
See Also