ObservationType
- Type of observations from the DistributionDistributionType
- Type of Distribution estimated from the learner.public interface DistributionEstimator<ObservationType,DistributionType extends Distribution<? extends ObservationType>> extends BatchLearner<java.util.Collection<? extends ObservationType>,DistributionType>
learn
clone