MCPcopy Index your code
hub / github.com/WinVector/Logistic / newObserver

Method newObserver

src/com/winvector/variables/BObserver.java:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 }
191
192 @Override
193 public BObserver newObserver() {
194 return new BObserver(stats.keySet(),oldAdapter,sigmoidLoss,oldX);
195 }
196}

Callers

nothing calls this directly

Calls 1

keySetMethod · 0.45

Tested by

no test coverage detected