stat
Class DumpStat

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

public class DumpStat
extends Stat

Saves the values of the parameters in each parameter set to a file. Each parameter set is on its own row, with each parameter on its own column. The first columns give the group and tag numbers of each parameter set, and then any saved value fields (like the score) for the set. If you only want to save the value fields, without the parameter values, use DumpValueFields statistic.

See Also:
DumpValueFieldsStat

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

DumpStat

public DumpStat()
Method Detail

calculateStat

public void calculateStat()
Overrides:
calculateStat in class Stat