Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ set
Method
set
JSAT/src/jsat/linear/DenseMatrix.java:582–586 ·
view source on GitHub ↗
(int i, int j, double value)
Source
from the content-addressed store, hash-verified
580
}
581
582
@Override
583
public
void
set(
int
i,
int
j, double value)
584
{
585
matrix[i][j] = value;
586
}
587
588
@Override
589
public
int
rows()
Callers
15
testSet
Method · 0.95
testSymmetric70
Method · 0.95
testSet
Method · 0.95
testTransform_DataSet_ExecutorService
Method · 0.95
testTransform_DiffDists
Method · 0.95
testTransform_DataSet_ExecutorService
Method · 0.95
testTransform_DataSet_ExecutorService
Method · 0.95
testTransform_DataSet_ExecutorService
Method · 0.95
getDataMatrix
Method · 0.95
forwardSub
Method · 0.95
backSub
Method · 0.95
getD
Method · 0.95
Calls
no outgoing calls
Tested by
8
testSet
Method · 0.76
testSymmetric70
Method · 0.76
testSet
Method · 0.76
testTransform_DataSet_ExecutorService
Method · 0.76
testTransform_DiffDists
Method · 0.76
testTransform_DataSet_ExecutorService
Method · 0.76
testTransform_DataSet_ExecutorService
Method · 0.76
testTransform_DataSet_ExecutorService
Method · 0.76