Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ isSparse
Method
isSparse
JSAT/src/jsat/linear/SubVector.java:64–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
@Override
65
public
boolean isSparse()
66
{
67
return
vec.isSparse();
68
}
69
70
@Override
71
public
Iterator<IndexValue> getNonZeroIterator(
int
start)
Callers
2
testIsSparse
Method · 0.95
clone
Method · 0.45
Calls
no outgoing calls
Tested by
1
testIsSparse
Method · 0.76