PredictServicePredict Method (String, String) |
Gets the list of Predictions for the given Individual and Property.
Namespace:
VDS.RDF.Query.Inference.Pellet.Services
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public List<INode> Predict(
string individual,
string property
)
Public Function Predict (
individual As String,
property As String
) As List(Of INode)
Parameters
- individual
- Type: SystemString
QName of an Inidividual. - property
- Type: SystemString
QName of a Property.
Return Value
Type:
ListINode[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.Services.PredictService.Predict(System.String,System.String)"]
See Also