类 DiscreteEstimatorFullBayes

java.lang.Object
weka.estimators.Estimator
weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
weka.classifiers.bayes.net.estimate.DiscreteEstimatorFullBayes
所有已实现的接口:
Serializable, Cloneable, Scoreable, CapabilitiesHandler, OptionHandler, RevisionHandler

public class DiscreteEstimatorFullBayes extends DiscreteEstimatorBayes
Symbolic probability estimator based on symbol counts and a prior.
版本:
$Revision: 1.3 $
作者:
Remco Bouckaert (rrb@xm.co.nz)
另请参阅:
  • 构造器详细资料

    • DiscreteEstimatorFullBayes

      public DiscreteEstimatorFullBayes(int nSymbols, double w1, double w2, DiscreteEstimatorBayes EmptyDist, DiscreteEstimatorBayes ClassDist, double fPrior)
      Constructor
      参数:
      nSymbols - the number of possible symbols (remember to include 0)
      w1 -
      w2 -
      EmptyDist -
      ClassDist -
      fPrior -
  • 方法详细资料

    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      覆盖:
      getRevision 在类中 DiscreteEstimatorBayes
      返回:
      the revision
    • main

      public static void main(String[] argv)
      Main method for testing this class.
      参数:
      argv - should contain a sequence of integers which will be treated as symbolic.