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

Method iterator

JSAT/src/jsat/linear/Vec.java:1000–1004  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

998 }
999
1000 @Override
1001 public Iterator<IndexValue> iterator()
1002 {
1003 return getNonZeroIterator(0);
1004 }
1005
1006 /**
1007 * Returns an iterator that will go over the non zero values in the given

Callers 15

pNormDistMethod · 0.95
equalsMethod · 0.95
testPut_Long_DoubleMethod · 0.45
testPut_long_doubleMethod · 0.45
testPut_int_doubleMethod · 0.45
testPut_int_doubleMethod · 0.45
getNonZeroIteratorMethod · 0.45
accumulateSumMethod · 0.45
weightedDotMethod · 0.45
trainMethod · 0.45

Calls 1

getNonZeroIteratorMethod · 0.95

Tested by 6

testPut_Long_DoubleMethod · 0.36
testPut_long_doubleMethod · 0.36
testPut_int_doubleMethod · 0.36
testPut_int_doubleMethod · 0.36