ClusterServiceCluster Method (Int32, String) |
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,
string type
)
Public Function Cluster (
number As Integer,
type As String
) As List(Of List(Of INode))
Parameters
- number
- Type: SystemInt32
Number of Clusters. - type
- Type: SystemString
QName of a Type to cluster around.
Return Value
Type:
ListListINode[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.Services.ClusterService.Cluster(System.Int32,System.String)"]
See Also