Click or drag to resize

SimilarityServiceSimilarityRaw Method (Int32, String)

Gets the raw Similarity Graph for the Knowledge Base.

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

Parameters

number
Type: SystemInt32
Number of Similar Individuals.
individual
Type: SystemString
QName of a Individual to find Similar Individuals to.

Return Value

Type: IGraph

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

See Also