edu.iu.pcl.absurdist.test
Class TestExSimNum

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

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

Class TestExSimNum runs Test 4b on pre-seeding on external similiarity matrix on simple graph (each parameter setting is tested with 100 runs). Fixed: maxLoop = 3000, L = 0.01 Graph type = simple asymmetric graph (unlabeled, undirected, unweighted) Concept number = 20 Relation fullness = 50% Seed Mode = rand Varying: Seed Num = 0, 1, 2, 3, 4 Noise level = 0, 2%, 4%, 6%, 8% Note: All seeded concept pairs are correct mappings; Seeding mode refers to whether to choose none concept, a random concept, a concept with maximum or minimum degree to pre-map. Seeding number refers to how many pairs of concepts are being seeded.


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
TestExSimNum()
           
 
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

TestExSimNum

public TestExSimNum()
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)