Click or drag to resize

IInferenceEngineApply 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:
Syntax
void Apply(
	IGraph input,
	IGraph output
)

Parameters

input
Type: VDS.RDFIGraph
Graph to apply inference to.
output
Type: VDS.RDFIGraph
Graph inferred information is output to.
See Also