@PublicationReference(author="Wikipedia", title="German tank problem", type=WebPage, year=2010, url="http://en.wikipedia.org/wiki/German_tank_problem") public static class UniformIntegerDistribution.MaximumLikelihoodEstimator extends AbstractCloneableSerializable implements DistributionEstimator<java.lang.Number,UniformIntegerDistribution>
| Constructor and Description |
|---|
MaximumLikelihoodEstimator()
Creates a new
UniformIntegerDistribution.MaximumLikelihoodEstimator. |
| Modifier and Type | Method and Description |
|---|---|
UniformIntegerDistribution.PMF |
learn(java.util.Collection<? extends java.lang.Number> data)
The
learn method creates an object of ResultType using
data of type DataType, using some form of "learning" algorithm. |
cloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclonepublic MaximumLikelihoodEstimator()
UniformIntegerDistribution.MaximumLikelihoodEstimator.public UniformIntegerDistribution.PMF learn(java.util.Collection<? extends java.lang.Number> data)
BatchLearnerlearn 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.Number>,UniformIntegerDistribution>data - The data that the learning algorithm will use to create an
object of ResultType.