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

Method getKthIndex

src/com/winvector/opt/impl/SparseSemiVec.java:39–41  ·  view source on GitHub ↗
(final int ii)

Source from the content-addressed store, hash-verified

37 }
38
39 public int getKthIndex(final int ii) {
40 return indices[ii];
41 }
42
43 public double getKthValue(final int ii) {
44 return values[ii];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected