public class NaiveBayes extends SearchAlgorithm
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.
|
java.lang.String |
getRevision()
Returns the revision string.
|
java.lang.String |
globalInfo()
Returns a string describing this object
|
getOptions, initAsNaiveBayesTipText, listOptions, maxNrOfParentsTipText, setOptions, toString
public java.lang.String globalInfo()
public void buildStructure(BayesNet bayesNet, Instances instances) throws java.lang.Exception
SearchAlgorithm
buildStructure
in class SearchAlgorithm
bayesNet
- instances
- the instances to work withjava.lang.Exception
- if something goes wrongpublic java.lang.String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class SearchAlgorithm