Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
put
Method · 0.95
getNextPow2TwinPrime
Method · 0.80
size
Method · 0.65
max
Method · 0.45
entrySet
Method · 0.45
getKey
Method · 0.45
getValue
Method · 0.45
Tested by
no test coverage detected