Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ get
Method
get
JSAT/src/jsat/linear/ShiftedVec.java:84–88 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
82
}
83
84
@Override
85
public
double get(
int
index)
86
{
87
return
base.get(index)+shift;
88
}
89
90
@Override
91
public
void
set(
int
index, double val)
Callers
4
testGet
Method · 0.95
testSet
Method · 0.95
testIncrement
Method · 0.95
testZeroOut
Method · 0.95
Calls
no outgoing calls
Tested by
4
testGet
Method · 0.76
testSet
Method · 0.76
testIncrement
Method · 0.76
testZeroOut
Method · 0.76