public static class GeometricDistribution.MaximumLikelihoodEstimator extends AbstractCloneableSerializable implements DistributionEstimator<java.lang.Number,GeometricDistribution>
| Constructor and Description | 
|---|
| MaximumLikelihoodEstimator()Default constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| GeometricDistribution.PMF | learn(java.util.Collection<? extends java.lang.Number> data)The  learnmethod creates an object ofResultTypeusing 
 data of typeDataType, using some form of "learning" algorithm. | 
cloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclonepublic MaximumLikelihoodEstimator()
public GeometricDistribution.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>,GeometricDistribution>data - The data that the learning algorithm will use to create an
          object of ResultType.