MCPcopy 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

testCloneMethod · 0.95
testSolveVecMethod · 0.95
testScaleMethod · 0.95
testReadNumericOnlyMethod · 0.95
checkDataSetMethod · 0.95

Calls 5

iteratorMethod · 0.95
getIndexMethod · 0.95
getValueMethod · 0.95
hasNextMethod · 0.45
nextMethod · 0.45

Tested by 6

testCloneMethod · 0.76
testSolveVecMethod · 0.76
testScaleMethod · 0.76
testReadNumericOnlyMethod · 0.76
checkDataSetMethod · 0.76