IInferenceEngine Methods |
The IInferenceEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| Apply(IGraph) |
Applies inference to the given Graph and outputs the inferred information to that Graph.
| |
| Apply(IGraph, IGraph) |
Applies inference to the Input Graph and outputs the inferred information to the Output Graph.
| |
| Initialise |
Initialises the Inference Engine using the given Graph.
|