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

Method toString

src/com/winvector/opt/def/VEval.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public String toString() {
42 return "VEval:\n\tx\t" + LinUtil.toString(x) + "\n\tfx\t" + fx + "\n\tgx\t" + LinUtil.toString(gx) + "\n\thx\t" + LinUtil.toString(hx) + "\n";
43 }
44
45
46 /**

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected