Click or drag to resize

ClusterServiceClusterRaw Method (Int32, String)

Gets the raw Cluster Graph for the Knowledge Base.

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

Parameters

number
Type: SystemInt32
Number of Clusters.
type
Type: SystemString
QName of a Type to Cluster around.

Return Value

Type: IGraph

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

See Also