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

Method effectTest

src/com/winvector/variables/ConstRecord.java:69–72  ·  view source on GitHub ↗
(final int base, final double[] x, final String level)

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public double effectTest(final int base, final double[] x, final String level) {
71 return effects(base, x).values().iterator().next();
72 }
73
74}

Callers

nothing calls this directly

Calls 3

effectsMethod · 0.95
nextMethod · 0.45
iteratorMethod · 0.45

Tested by

no test coverage detected