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

Method observe

src/com/winvector/variables/BObserver.java:49–56  ·  view source on GitHub ↗
(final BLevelRow o)

Source from the content-addressed store, hash-verified

47 }
48
49 public void observe(final BLevelRow o) {
50 totalForLevel += o.totalForLevel;
51 sumLeft(totalByCorrectCategory,o.totalByCorrectCategory);
52 sumLeft(sumRunCorrectCategory,o.sumRunCorrectCategory);
53 sumLeft(sumRunFixedCategory,o.sumRunFixedCategory);
54 sumLeft(sumPCorrectCategory,o.sumPCorrectCategory);
55 sumLeft(sumPFixedCategory,o.sumPFixedCategory);
56 }
57 }
58
59 /*

Callers 1

observeMethod · 0.95

Calls 1

sumLeftMethod · 0.80

Tested by

no test coverage detected