|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.jung.algorithms.cluster.ExactFlowCommunity
ExactFlowCommunity is an algorithm that uses a set of root nodes that are supposed to be representative of a community to find the entire community using principles based on max-flow/min-cut.
Constructor Summary | |
ExactFlowCommunity(int cohestionThreshold)
Constructs and initializes the algorithm |
Method Summary | |
java.util.Set |
extract(DirectedGraph graph,
java.util.Set rootSet)
Extracts the community according to the cohesion threshold |
static java.util.Set |
extract(DirectedGraph graph,
java.util.Set rootSet,
int numIterations)
Implements the "ApproximateFlowCommunity" algorithm. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExactFlowCommunity(int cohestionThreshold)
cohestionThreshold
- a heuristic value that determines the
level of cohesion for the community to be extractedMethod Detail |
public java.util.Set extract(DirectedGraph graph, java.util.Set rootSet)
graph
- the original graphrootSet
- the set of nodes used to see the community
public static java.util.Set extract(DirectedGraph graph, java.util.Set rootSet, int numIterations)
graph
- the original graphrootSet
- the set of nodes used to see the community
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |