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

Method mutableDivide

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

Source from the content-addressed store, hash-verified

324 }
325
326 @Override
327 public void mutableDivide(double c)
328 {
329 clearCaches();
330 for(int i = startIndex; i < endIndex; i++)
331 array[i] /= c;
332 }
333
334 @Override
335 public double pNormDist(double p, Vec y)

Callers 14

normalizeMethod · 0.95
classifyMethod · 0.95
trainProxSDCAMethod · 0.95
classifyMethod · 0.95
sampleMethod · 0.95
sampleMethod · 0.95
setUsingDataListMethod · 0.95
clusterMethod · 0.95
evaluateMethod · 0.95
evaluateMethod · 0.95
evaluateMethod · 0.95
fitMethod · 0.95

Calls 1

clearCachesMethod · 0.95

Tested by

no test coverage detected