Click or drag to resize

ClusterServiceCluster Method (Int32)

Gets a list of lists expressing clusters within the Knowledge Base.

Namespace:  VDS.RDF.Query.Inference.Pellet.Services
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<List<INode>> Cluster(
	int number
)

Parameters

number
Type: SystemInt32
Number of Clusters.

Return Value

Type: ListListINode

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

See Also