stat
Class DumpSuccessArrayStat

java.lang.Object
  extended bystat.Stat
      extended bystat.DumpSuccessArrayStat
All Implemented Interfaces:
java.lang.Runnable

public class DumpSuccessArrayStat
extends Stat

A way of getting a list of the parameter sets which did or didn't pass some test. The output file has a 1 for each parameter set that passed, and a 0 for each one that didn't pass. By running different tests on the same list of parameters and then running this stat on each output file, you can create an array of which parameter sets in the original list did or didn't pass each of the tests.


Constructor Summary
DumpSuccessArrayStat()
           
 
Method Summary
 void calculateStat()
           
 
Methods inherited from class stat.Stat
init, run, setOutputFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpSuccessArrayStat

public DumpSuccessArrayStat()
Method Detail

calculateStat

public void calculateStat()
Overrides:
calculateStat in class Stat