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
)
Public Function PredictRaw (
individual As String,
property As String
) As IGraph
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