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

Method BStat

src/com/winvector/variables/BObserver.java:70–73  ·  view source on GitHub ↗
(final VariableMapping oldAdaption)

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected