MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / clear

Method clear

JSAT/src/jsat/utils/IntSet.java:161–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 @Override
162 public void clear()
163 {
164 used = 0;
165 Arrays.fill(status, EMPTY);
166 }
167
168 @Override
169 public boolean add(Integer e)

Callers 15

testSearch_Vec_doubleMethod · 0.95
testSearch_Vec_intMethod · 0.95
testConsolidateMethod · 0.95
trainCMethod · 0.95
callMethod · 0.95
callMethod · 0.95
searchMethod · 0.95
searchMethod · 0.95
testTransformMethod · 0.45
applyTransformMethod · 0.45
setDataPointMethod · 0.45

Calls

no outgoing calls

Tested by 4

testSearch_Vec_doubleMethod · 0.76
testSearch_Vec_intMethod · 0.76
testConsolidateMethod · 0.76
testTransformMethod · 0.36