(final VariableMapping oldAdaption)
| 68 | public final Map<String,BLevelRow> levelStats = new HashMap<String,BLevelRow>(1000); |
| 69 | |
| 70 | public BStat(final VariableMapping oldAdaption) { |
| 71 | this.oldAdaption = oldAdaption; |
| 72 | totalByCategory = new double[noutcomes]; |
| 73 | } |
| 74 | |
| 75 | public BLevelRow newRow() { |
| 76 | return new BLevelRow(); |
nothing calls this directly
no outgoing calls
no test coverage detected