Uses of Class
weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes

Packages that use DiscreteEstimatorBayes
weka.classifiers.bayes.net.estimate   
 

Uses of DiscreteEstimatorBayes in weka.classifiers.bayes.net.estimate
 

Subclasses of DiscreteEstimatorBayes in weka.classifiers.bayes.net.estimate
 class DiscreteEstimatorFullBayes
          Symbolic probability estimator based on symbol counts and a prior.
 

Constructors in weka.classifiers.bayes.net.estimate with parameters of type DiscreteEstimatorBayes
DiscreteEstimatorFullBayes(int nSymbols, double w1, double w2, DiscreteEstimatorBayes EmptyDist, DiscreteEstimatorBayes ClassDist, double fPrior)
          Constructor
 



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