Package | Description |
---|---|
weka.classifiers.bayes | |
weka.classifiers.bayes.net |
Modifier and Type | Field and Description |
---|---|
protected BIFReader |
BayesNet.m_otherBayesNet
Bayes network to compare the structure with.
|
Modifier and Type | Method and Description |
---|---|
BIFReader |
BIFReader.processFile(String sFile)
processFile reads a BIFXML file and initializes a Bayes Net
|
BIFReader |
BIFReader.processString(String sStr) |
Constructor and Description |
---|
EditableBayesNet(BIFReader other)
constructor, copies Bayesian network structure from a Bayesian network
encapsulated in a BIFReader
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.