MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / clone

Method clone

JSAT/src/jsat/linear/Matrix.java:662–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

660 }
661
662 @Override
663 public Vec clone()
664 {
665 if(M.isSparce())
666 return new SparseVector(this);
667 else
668 return new DenseVector(this);
669 }
670 };
671 }
672

Callers 4

getThisSideMatrixMethod · 0.95
trainMethod · 0.95

Calls 1

isSparceMethod · 0.45

Tested by 2