MCPcopy 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

testCdfMethod · 0.95
invCdfMethod · 0.45
distMethod · 0.45
finalMergeStepMethod · 0.45
queryWorkMethod · 0.45

Calls

no outgoing calls

Tested by 1

testCdfMethod · 0.76