Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ hasNext
Method
hasNext
JSAT/src/jsat/linear/SparseVector.java:918–922 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
916
IndexValue indexValue =
new
IndexValue(-1, Double.NaN);
917
918
@Override
919
public
boolean hasNext()
920
{
921
return
curUsedPos < used;
922
}
923
924
@Override
925
public
IndexValue next()
Callers
1
mutableAdd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected