IInferenceEngine.Apply Method (IGraph, IGraph) |
Applies inference to the Input Graph and outputs the inferred information to the Output Graph.
Namespace:
VDS.RDF.Query.Inference
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid Apply(
IGraph input,
IGraph output
)
Sub Apply (
input As IGraph,
output As IGraph
)
Parameters
- input
- Type: VDS.RDF.IGraph
Graph to apply inference to. - output
- Type: VDS.RDF.IGraph
Graph inferred information is output to.
See Also