Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ cols
Method
cols
JSAT/src/jsat/linear/SparseMatrix.java:384–388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
382
}
383
384
@Override
385
public
int
cols()
386
{
387
return
rows[0].length();
388
}
389
390
@Override
391
public
boolean isSparce()
Callers
6
multiply
Method · 0.95
mutableTranspose
Method · 0.95
transpose
Method · 0.95
transposeMultiply
Method · 0.95
changeSize
Method · 0.95
multiplyTranspose
Method · 0.95
Calls
1
length
Method · 0.45
Tested by
no test coverage detected