public class NaiveBayes extends SearchAlgorithm
m_bInitAsNaiveBayes, m_bMarkovBlanketClassifier, m_nMaxNrOfParents| Constructor and Description |
|---|
NaiveBayes() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildStructure(BayesNet bayesNet,
Instances instances)
buildStructure determines the network structure/graph of the network.
|
String |
getRevision()
Returns the revision string.
|
String |
globalInfo()
Returns a string describing this object
|
addArcMakesSense, doMarkovBlanketCorrection, getMarkovBlanketClassifier, getOptions, initAsNaiveBayesTipText, isArc, listOptions, markovBlanketClassifierTipText, maxNrOfParentsTipText, reverseArcMakesSense, search, setMarkovBlanketClassifier, setOptions, toStringpublic String globalInfo()
public void buildStructure(BayesNet bayesNet, Instances instances) throws Exception
SearchAlgorithmbuildStructure in class SearchAlgorithmbayesNet - instances - the instances to work withException - if something goes wrongpublic String getRevision()
getRevision in interface RevisionHandlergetRevision in class SearchAlgorithmCopyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.