Click or drag to resize

IInferenceEngine.Initialise Method

Initialises the Inference Engine using the given Graph.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Initialise(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to initialise from.
See Also