public static class LogNormalDistribution.WeightedMaximumLikelihoodEstimator extends AbstractCloneableSerializable implements DistributionWeightedEstimator<java.lang.Double,LogNormalDistribution>
| Constructor and Description |
|---|
WeightedMaximumLikelihoodEstimator()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
LogNormalDistribution.PDF |
learn(java.util.Collection<? extends WeightedValue<? extends java.lang.Double>> 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 WeightedMaximumLikelihoodEstimator()
public LogNormalDistribution.PDF learn(java.util.Collection<? extends WeightedValue<? extends java.lang.Double>> 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 WeightedValue<? extends java.lang.Double>>,LogNormalDistribution>data - The data that the learning algorithm will use to create an
object of ResultType.