Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getRowView
Method
getRowView
JSAT/src/jsat/linear/DenseMatrix.java:625–629 ·
view source on GitHub ↗
(int r)
Source
from the content-addressed store, hash-verified
623
}
624
625
@Override
626
public
Vec getRowView(
int
r)
627
{
628
return
new
DenseVector(matrix[r]);
629
}
630
631
@Override
632
public
Matrix[] lup()
Callers
2
testTransform_DataSet_ExecutorService
Method · 0.95
transform
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTransform_DataSet_ExecutorService
Method · 0.76