Uses of Class
weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Packages that use DiscreteEstimatorBayes
-
Uses of DiscreteEstimatorBayes in weka.classifiers.bayes.net.estimate
Subclasses of DiscreteEstimatorBayes in weka.classifiers.bayes.net.estimateModifier and TypeClassDescriptionclass
Symbolic probability estimator based on symbol counts and a prior.Constructors in weka.classifiers.bayes.net.estimate with parameters of type DiscreteEstimatorBayesModifierConstructorDescriptionDiscreteEstimatorFullBayes
(int nSymbols, double w1, double w2, DiscreteEstimatorBayes EmptyDist, DiscreteEstimatorBayes ClassDist, double fPrior) Constructor