Show / Hide Table of Contents

Delegate PelletSimilarityServiceCallback

Callback for Pellet Similarity Service.
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public delegate void PelletSimilarityServiceCallback(List<KeyValuePair<INode, double>> results, object state);
Parameters
Type Name Description
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<INode, System.Double>> results Similarity Results.
System.Object state State.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Extension Methods
Back to top Generated by DocFX