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

Method dim

test/com/winvector/opt/imp/TestOpt.java:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 @Override
56 public int dim() {
57 return x0.length;
58 }
59
60 @Override
61 public VEval eval(final double[] x, final boolean wantGrad, final boolean wantHessian) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected