|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.bayes.net.search.SearchAlgorithm
weka.classifiers.bayes.net.search.fixed.NaiveBayes
The NaiveBayes class generates a fixed Bayes network structure with arrows from the class variable to each of the attribute variables.
Constructor Summary | |
NaiveBayes()
|
Method Summary | |
void |
buildStructure(BayesNet bayesNet,
Instances instances)
buildStructure determines the network structure/graph of the network. |
Methods inherited from class weka.classifiers.bayes.net.search.SearchAlgorithm |
getMarkovBlanketClassifier, getOptions, initAsNaiveBayesTipText, listOptions, markovBlanketClassifierTipText, maxNrOfParentsTipText, setMarkovBlanketClassifier, setOptions, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NaiveBayes()
Method Detail |
public void buildStructure(BayesNet bayesNet, Instances instances) throws java.lang.Exception
SearchAlgorithm
buildStructure
in class SearchAlgorithm
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |