MCPcopy Create free account
hub / github.com/WinVector/Logistic / BSampler

Method BSampler

src/com/winvector/variables/BTable.java:39–42  ·  view source on GitHub ↗
(final VariableEncodings oldAdapter, final long randSeed)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected