Uses of Interface
weka.estimators.Estimator

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

Uses of Estimator in weka.classifiers
 

Fields in weka.classifiers declared as Estimator
protected  Estimator Evaluation.m_PriorErrorEstimator
          Numeric class error estimator for prior
protected  Estimator Evaluation.m_ErrorEstimator
          Numeric class error estimator for scheme
 

Uses of Estimator in weka.classifiers.bayes
 

Classes in weka.classifiers.bayes that implement Estimator
 class DiscreteEstimatorBayes
          Symbolic probability estimator based on symbol counts and a prior.
 

Fields in weka.classifiers.bayes declared as Estimator
protected  Estimator[][] BayesNet.m_Distributions
          The attribute estimators containing CPTs.
protected  Estimator[][] NaiveBayes.m_Distributions
          The attribute estimators.
protected  Estimator NaiveBayes.m_ClassDistribution
          The class estimator.
 

Uses of Estimator in weka.clusterers
 

Fields in weka.clusterers declared as Estimator
private  Estimator[][] EM.m_model
          hold the discrete estimators for each cluster
 

Uses of Estimator in weka.estimators
 

Classes in weka.estimators that implement Estimator
 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.
 

Methods in weka.estimators that return Estimator
 Estimator DDConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator NNConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator DNConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator ConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator KKConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator KDConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator DKConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value
 Estimator NDConditionalEstimator.getEstimator(double given)
          Get a probability estimator for a value