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

Method LinFun

test/com/winvector/opt/imp/TestOpt.java:20–23  ·  view source on GitHub ↗
(final double x0, final double sign)

Source from the content-addressed store, hash-verified

18 public final double x0;
19
20 public LinFun(final double x0, final double sign) {
21 this.sign = sign;
22 this.x0 = x0;
23 }
24
25 @Override
26 public double eval(final double x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected