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

Method sumLeft

src/com/winvector/variables/BObserver.java:26–31  ·  view source on GitHub ↗
(final double[] x, final double[] delta)

Source from the content-addressed store, hash-verified

24 public final double smallValue;
25
26 private static void sumLeft(final double[] x, final double[] delta) {
27 final int n = x.length;
28 for(int i=0;i<n;++i) {
29 x[i] += delta[i];
30 }
31 }
32
33 public final class BLevelRow {
34 public double totalForLevel = 0.0;

Callers 2

observeMethod · 0.80
observeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected