类 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
Symbolic probability estimator based on symbol counts and a prior.
- 版本:
- $Revision: 1.3 $
- 作者:
- Remco Bouckaert (rrb@xm.co.nz)
- 另请参阅:
-
字段概要
-
构造器概要
构造器构造器说明DiscreteEstimatorFullBayes
(int nSymbols, double w1, double w2, DiscreteEstimatorBayes EmptyDist, DiscreteEstimatorBayes ClassDist, double fPrior) Constructor -
方法概要
修饰符和类型方法说明Returns the revision string.static void
Main method for testing this class.从类继承的方法 weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
addValue, getCount, getNumSymbols, getProbability, logScore, toString
从类继承的方法 weka.estimators.Estimator
addValues, addValues, addValues, addValues, buildEstimator, buildEstimator, clone, debugTipText, equals, forName, getCapabilities, getDebug, getOptions, listOptions, makeCopies, makeCopy, setDebug, setOptions, testCapabilities
-
构造器详细资料
-
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
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中DiscreteEstimatorBayes
- 返回:
- the revision
-
main
Main method for testing this class.- 参数:
argv
- should contain a sequence of integers which will be treated as symbolic.
-