Search
Graph.partition Method
See Also
 






Namespace: com.mindfusion.graphs
Package: com.mindfusion.graphs

 Syntax

Java  Copy Code

public Set<Set<Vertex>> partition (
    int numPartitions,
    int coarseGraphSize,
    double tolerance
)

 Parameters

numPartitions

coarseGraphSize

tolerance

 Return Value

 See Also