|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.Classifier
weka.classifiers.bayes.WAODE
public class WAODE
WAODE contructs the model called Weightily Averaged One-Dependence Estimators.
For more information, see
L. Jiang, H. Zhang: Weightily Averaged One-Dependence Estimators. In: Proceedings of the 9th Biennial Pacific Rim International Conference on Artificial Intelligence, PRICAI 2006, 970-974, 2006.
@inproceedings{Jiang2006,
author = {L. Jiang and H. Zhang},
booktitle = {Proceedings of the 9th Biennial Pacific Rim International Conference on Artificial Intelligence, PRICAI 2006},
pages = {970-974},
series = {LNAI},
title = {Weightily Averaged One-Dependence Estimators},
volume = {4099},
year = {2006}
}
Valid options are:
-D If set, classifier is run in debug mode and may output additional info to the console
-I Whether to print some more internals. (default: no)
| Constructor Summary | |
|---|---|
WAODE()
|
|
| Method Summary | |
|---|---|
void |
buildClassifier(Instances instances)
Generates the classifier. |
double[] |
distributionForInstance(Instance instance)
Calculates the class membership probabilities for the given test instance |
er, int)">makeCoODE> |
|
| Methods inherited from interface weka.classifiers.UpdateableClassifier |
|---|
updateClassifier |
| Constructor Detail |
|---|
public NaiveBayesUpdateable()
| Method Detail |
|---|
public java.lang.String globalInfo()
globalInfo in class NaiveBayespublic TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface TechnicalInformationHandlergetTechnicalInformation in class NaiveBayespublic void setUseSupervisedDiscretization(boolean newblah)
setUseSupervisedDiscretization in class NaiveBayesnewblah - true if supervised discretization is to be used.public static void main(java.lang.String[] argv)
argv - the options
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||