@PublicationReference(author="Wikipedia", title="German tank problem", type=WebPage, year=2010, url="http://en.wikipedia.org/wiki/German_tank_problem") public static class UniformDistribution.MaximumLikelihoodEstimator extends AbstractCloneableSerializable implements DistributionEstimator<java.lang.Double,UniformDistribution>
Constructor and Description |
---|
MaximumLikelihoodEstimator()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
UniformDistribution.PDF |
learn(java.util.Collection<? extends java.lang.Double> data)
The
learn method creates an object of ResultType using
data of type DataType , using some form of "learning" algorithm. |
clone
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public MaximumLikelihoodEstimator()
public UniformDistribution.PDF learn(java.util.Collection<? extends java.lang.Double> data)
BatchLearner
learn
method creates an object of ResultType
using
data of type DataType
, using some form of "learning" algorithm.learn
in interface BatchLearner<java.util.Collection<? extends java.lang.Double>,UniformDistribution>
data
- The data that the learning algorithm will use to create an
object of ResultType
.