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

Method observe

src/com/winvector/opt/impl/DataFn.java:24–27  ·  view source on GitHub ↗
(final T t)

Source from the content-addressed store, hash-verified

22 }
23
24 @Override
25 public void observe(final T t) {
26 underlying.addTerm(r.x,r.gx!=null,r.hx!=null,t,r,pscratch);
27 }
28
29 @Override
30 public void observe(final ObsHolder o) {

Callers

nothing calls this directly

Calls 2

addTermMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected