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

Method toString

src/com/winvector/variables/LevelVectors.java:144–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143
144 @Override
145 public String toString() {
146 return "'" + origColumn + "'->[" + indexL() + "," + indexR() + "](vector)";
147 }
148}

Callers

nothing calls this directly

Calls 2

indexLMethod · 0.95
indexRMethod · 0.95

Tested by

no test coverage detected