Uses of Interface
weka.estimators.IncrementalEstimator

Packages that use IncrementalEstimator
weka.estimators   
 

Uses of IncrementalEstimator in weka.estimators
 

Classes in weka.estimators that implement IncrementalEstimator
 class DiscreteEstimator
          Simple symbolic probability estimator based on symbol counts.
 class KernelEstimator
          Simple kernel density estimator.
 class MahalanobisEstimator
          Simple probability estimator that places a single normal distribution over the observed values.
 class NormalEstimator
          Simple probability estimator that places a single normal distribution over the observed values.
 class PoissonEstimator
          Simple probability estimator that places a single Poisson distribution over the observed values.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.