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: 
Syntaxpublic IGraph ClusterRaw(
	int number,
	string type
)
Public Function ClusterRaw ( 
	number As Integer,
	type As String
) As IGraph
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