Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ clone
Method
clone
JSAT/src/jsat/linear/ShiftedVec.java:344–348 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
342
}
343
344
@Override
345
public
ShiftedVec clone()
346
{
347
return
new
ShiftedVec(base.clone(), shift);
348
}
349
350
}
Callers
1
testClone
Method · 0.95
Calls
1
clone
Method · 0.65
Tested by
1
testClone
Method · 0.76