stat
Class ValueFieldHistogramStat
java.lang.Object
stat.Stat
stat.ValueFieldHistogramStat
- All Implemented Interfaces:
- java.lang.Runnable
- public class ValueFieldHistogramStat
- extends Stat
- implements java.lang.Runnable
Makes a histogram of the values of one of the Value Fields across all
the parameter sets. This is not currently all that useful, since you
have to set it up from within the code, but in the code you can set the
number of bins, start bin, bin width, whether there is a bin that catches
values not falling in the other bins, and the value field to make the
histogram out of.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
ValueFieldHistogramStat
public ValueFieldHistogramStat()
calculateStat
public void calculateStat()
- Overrides:
calculateStat
in class Stat