Package | Description |
---|---|
edu.ucla.sspace.graph |
Modifier and Type | Method and Description |
---|---|
<E extends Edge> |
Fanmod.findMotifs(Graph<E> g,
int motifSize,
int numRandomGraphs,
Fanmod.MotifFilter filter)
Finds motifs in the input graph according to the specified parameters.
|
<T,E extends TypedEdge<T>> |
Fanmod.findMotifs(Multigraph<T,E> g,
boolean findSimpleMotifs,
int motifSize,
int numRandomGraphs,
Fanmod.MotifFilter filter)
Finds motifs in the input graph according to the specified parameters.
|
Copyright © 2012. All Rights Reserved.