|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectes.yrbcn.graph.triangles.RunTriangles
public class RunTriangles
Runs a triangle counting algorithm. The algorithm can be provided as an argument in the commandline.
| Field Summary | |
|---|---|
static short |
DEFAULT_MAX_DISTANCE
Default distance |
static int |
DEFAULT_SEED
Seed for the random number generator |
ImmutableGraph |
graph
The graph |
static int |
keyNodesCount
|
static short |
maxDistance
The distance of the iterations |
int |
numNodes
The number of nodes. |
static int |
PARTIAL_SAVE_EVERY
|
| Constructor Summary | |
|---|---|
RunTriangles()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short DEFAULT_MAX_DISTANCE
public static short maxDistance
public static final int DEFAULT_SEED
public ImmutableGraph graph
public int numNodes
public static int keyNodesCount
public static final int PARTIAL_SAVE_EVERY
| Constructor Detail |
|---|
public RunTriangles()
| Method Detail |
|---|
public static void main(String[] arg)
throws IOException,
ClassNotFoundException,
IllegalAccessException,
NoSuchMethodException,
InvocationTargetException,
JSAPException
IOException
ClassNotFoundException
IllegalAccessException
NoSuchMethodException
InvocationTargetException
JSAPException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||