Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testRealRandomGenerated
Method · 0.95
testRealRandomGeneratedLarge
Method · 0.95
getThisSideMatrix
Method · 0.95
train
Method · 0.95
Calls
1
isSparce
Method · 0.45
Tested by
2
testRealRandomGenerated
Method · 0.76
testRealRandomGeneratedLarge
Method · 0.76