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

Method next

JSAT/src/jsat/linear/ScaledVector.java:278–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 @Override
279 public IndexValue next()
280 {
281 IndexValue iv = origIter.next();
282 if( iv != null)
283 iv.setValue(scale*iv.getValue());
284 return iv;
285 }
286
287 @Override
288 public void remove()

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected