edu.iu.pcl.absurdist.test
Class TestNoiseSizeDgr

java.lang.Object
  |
  +--edu.iu.pcl.absurdist.test.TestBase
        |
        +--edu.iu.pcl.absurdist.test.TestNoiseSizeDgr

public class TestNoiseSizeDgr
extends edu.iu.pcl.absurdist.test.TestBase

Class TestNoiseSizeDgr runs Test 1c on noise tolerance vs graph size (each parameter setting is tested with 100 runs). Fixed: Graph type = simple asymmetric graph (unlabeled, undirected, unweighted) maxLoop = 3000, L = 0.01 Average relation degree = 5 Varying: Concept number = 8, 10, 12, 15, 20 Noise level = 0, 2%, 4%, 6%, 8%


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.
 
Constructor Summary
TestNoiseSizeDgr()
           
 
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
 

Field Detail

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.

Constructor Detail

TestNoiseSizeDgr

public TestNoiseSizeDgr()
Method Detail

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)