Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ max
Method
max
JSAT/src/jsat/distributions/discrete/Poisson.java:175–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
@Override
176
public
double max()
177
{
178
return
Double.POSITIVE_INFINITY;
179
}
180
181
@Override
182
public
Poisson clone()
Callers
5
testCdf
Method · 0.95
invCdf
Method · 0.45
dist
Method · 0.45
finalMergeStep
Method · 0.45
queryWork
Method · 0.45
Calls
no outgoing calls
Tested by
1
testCdf
Method · 0.76