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

Method QuadFun

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

Source from the content-addressed store, hash-verified

48 public final double[] x0;
49
50 public QuadFun(final double[] x0, final double sign) {
51 this.x0 = x0;
52 this.sign = sign;
53 }
54
55 @Override
56 public int dim() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected