Click or drag to resize

PredictServicePredictRaw Method (String, String)

Gets the Raw Predictions Graph from the Knowledge Base.

Namespace:  VDS.RDF.Query.Inference.Pellet.Services
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IGraph PredictRaw(
	string individual,
	string property
)

Parameters

individual
Type: SystemString
QName of an Individual.
property
Type: SystemString
QName of a Property.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.Services.PredictService.PredictRaw(System.String,System.String)"]

See Also