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

Method mutableAdd

JSAT/src/jsat/linear/DenseVector.java:287–293  ·  view source on GitHub ↗
(double c)

Source from the content-addressed store, hash-verified

285 }
286
287 @Override
288 public void mutableAdd(double c)
289 {
290 clearCaches();
291 for(int i = startIndex; i < endIndex; i++)
292 array[i] += c;
293 }
294
295 @Override
296 public void mutableAdd(double c, Vec b)

Callers 15

classifyMethod · 0.95
trainCMethod · 0.95
trainMethod · 0.95
maxLambdaLogisticL1Method · 0.95
trainProxSDCAMethod · 0.95
fMethod · 0.95
callMethod · 0.95
fMethod · 0.95
runMethod · 0.95
classifyMethod · 0.95
trainCMethod · 0.95
feedfowardMethod · 0.95

Calls 6

clearCachesMethod · 0.95
lengthMethod · 0.95
isSparseMethod · 0.45
getIndexMethod · 0.45
getValueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected