Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ equals
Method
equals
JSAT/src/jsat/linear/Vec.java:912–916 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
910
}
911
912
@Override
913
public
boolean equals(Object obj)
914
{
915
return
equals(obj, 0.0);
916
}
917
918
public
boolean equals(Object obj, double range)
919
{
Callers
6
testClone
Method · 0.95
testSolveVec
Method · 0.95
testScale
Method · 0.95
testReadNumericOnly
Method · 0.95
testReadNumericCatFeats
Method · 0.95
checkDataSet
Method · 0.95
Calls
5
iterator
Method · 0.95
getIndex
Method · 0.95
getValue
Method · 0.95
hasNext
Method · 0.45
next
Method · 0.45
Tested by
6
testClone
Method · 0.76
testSolveVec
Method · 0.76
testScale
Method · 0.76
testReadNumericOnly
Method · 0.76
testReadNumericCatFeats
Method · 0.76
checkDataSet
Method · 0.76