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

Method IntDoubleMap

JSAT/src/jsat/utils/IntDoubleMap.java:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 private double[] table;
28
29 public IntDoubleMap()
30 {
31 this(32);
32 }
33
34 public IntDoubleMap(int capacity)
35 {

Callers

nothing calls this directly

Calls 7

putMethod · 0.95
getNextPow2TwinPrimeMethod · 0.80
sizeMethod · 0.65
maxMethod · 0.45
entrySetMethod · 0.45
getKeyMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected