edu.iu.pcl.absurdist.test
Class TestLoopDensity
java.lang.Object
|
+--edu.iu.pcl.absurdist.test.TestBase
|
+--edu.iu.pcl.absurdist.test.TestLoopDensity
- public class TestLoopDensity
- extends edu.iu.pcl.absurdist.test.TestBase
Class TestLoopDensity
runs Test 2b for iteration times vs graph density (each parameter setting is tested with 100 runs).
Fixed:
Graph type = simple asymmetric graph (unlabeled, undirected, unweighted)
L = 0.01
Concept number = 12
Noise level = 2%
Varying:
Relation fullness = 10%, 20%, 30%, 40%, 50%
maxLoop = 200, 500, 1000, 2000, 3000
|
Field Summary |
static boolean |
debugAll
If the derived class sets this to true, absurdist.print()
will be triggered, printing both systems etc |
static boolean |
debugMode
|
static int |
NRuns
|
static java.lang.String |
recover
Optional: name of the old results file (from an earlier
interrupted run) to recover. |
|
Method Summary |
static void |
debug(java.lang.String s)
|
static void |
debugln(java.lang.String s)
|
static void |
error(java.lang.String s)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugMode
public static boolean debugMode
debugAll
public static boolean debugAll
- If the derived class sets this to true, absurdist.print()
will be triggered, printing both systems etc
NRuns
public static int NRuns
recover
public static java.lang.String recover
- Optional: name of the old results file (from an earlier
interrupted run) to recover.
TestLoopDensity
public TestLoopDensity()
main
public static void main(java.lang.String[] args)
debug
public static void debug(java.lang.String s)
debugln
public static void debugln(java.lang.String s)
error
public static void error(java.lang.String s)