MCPcopy 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

testCloneMethod · 0.95

Calls 1

cloneMethod · 0.65

Tested by 1

testCloneMethod · 0.76