ASP.NET Pack Programmer's Guide
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

Graph Members
Graph Class
com.mindfusion.graphs Namespace