(final VariableEncodings oldAdapter, final long randSeed)
| 37 | public final ResevoirSampler<BurstMap> sampler; |
| 38 | |
| 39 | public BSampler(final VariableEncodings oldAdapter, final long randSeed) { |
| 40 | this.oldAdapter = oldAdapter; |
| 41 | sampler = new ResevoirSampler<BurstMap>(100000,randSeed); |
| 42 | } |
| 43 | |
| 44 | @Override |
| 45 | public void observe(final BurstMap row) { |
nothing calls this directly
no outgoing calls
no test coverage detected