Uses of Package
weka.estimators

Packages that use weka.estimators
weka.classifiers   
weka.classifiers.bayes   
weka.clusterers   
weka.estimators   
 

Classes in weka.estimators used by weka.classifiers
Estimator
          Interface for probability estimators.
 

Classes in weka.estimators used by weka.classifiers.bayes
Estimator
          Interface for probability estimators.
 

Classes in weka.estimators used by weka.clusterers
DiscreteEstimator
          Simple symbolic probability estimator based on symbol counts.
Estimator
          Interface for probability estimators.
 

Classes in weka.estimators used by weka.estimators
ConditionalEstimator
          Interface for conditional probability estimators.
DiscreteEstimator
          Simple symbolic probability estimator based on symbol counts.
Estimator
          Interface for probability estimators.
KernelEstimator
          Simple kernel density estimator.
NormalEstimator
          Simple probability estimator that places a single normal distribution over the observed values.