Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ getNIndices
Method
getNIndices
src/com/winvector/opt/impl/SparseSemiVec.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public
int
getNIndices() {
36
return
indices.length;
37
}
38
39
public
int
getKthIndex(
final
int
ii) {
40
return
indices[ii];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected