Package | Description |
---|---|
weka.classifiers.bayes | |
weka.classifiers.bayes.net |
Modifier and Type | Method and Description |
---|---|
ParentSet |
BayesNet.getParentSet(int iNode)
get the parent set of a node
|
ParentSet[] |
BayesNet.getParentSets()
Get full set of parent sets.
|
Modifier and Type | Method and Description |
---|---|
void |
ParentSet.copy(ParentSet other)
Copy makes current parents set equal to other parent set
|
Constructor and Description |
---|
ParentSet(ParentSet other)
copy constructor
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.