bb.science
Class Bootstrap.UnitTest.CiResult.Metrics
java.lang.Object
bb.science.Bootstrap.UnitTest.CiResult.Metrics
- Enclosing class:
- Bootstrap.UnitTest.CiResult
private static class Bootstrap.UnitTest.CiResult.Metrics
- extends Object
This class is NOT multithread safe: it expects its enclosing class to guard access to it.
countAll
private int countAll
bsInTheory
private double bsInTheory
theoryInBs
private double theoryInBs
Bootstrap.UnitTest.CiResult.Metrics
private Bootstrap.UnitTest.CiResult.Metrics()
process
private void process(Bootstrap.Estimate estBs,
Bootstrap.Estimate estTheory)
fracBsInTheory
private double fracBsInTheory()
fracTheoryInBs
private double fracTheoryInBs()
toString
public String toString()
- Overrides:
toString
in class Object