| 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 © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.