|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstat.Stat
stat.DumpSuccessArrayStat
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 |
public DumpSuccessArrayStat()
Method Detail |
public void calculateStat()
calculateStat
in class Stat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |