Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ isSparse
Method
isSparse
JSAT/src/jsat/linear/Matrix.java:656–660 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
654
}
655
656
@Override
657
public
boolean isSparse()
658
{
659
return
M.isSparce();
660
}
661
662
@Override
663
public
Vec clone()
Callers
2
updateRow
Method · 0.45
OuterProductUpdate
Method · 0.45
Calls
1
isSparce
Method · 0.45
Tested by
no test coverage detected