Click or drag to resize

IInferenceEngineInitialise 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.RDFIGraph
Graph to initialise from.
See Also