|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ADNode | |
|---|---|
| weka.classifiers.bayes | |
| weka.classifiers.bayes.net | |
| Uses of ADNode in weka.classifiers.bayes |
|---|
| Methods in weka.classifiers.bayes that return ADNode | |
|---|---|
ADNode |
BayesNet.getADTree()
get ADTree strucrture containing efficient representation of counts. |
| Uses of ADNode in weka.classifiers.bayes.net |
|---|
| Fields in weka.classifiers.bayes.net declared as ADNode | |
|---|---|
ADNode[] |
VaryNode.m_ADNodes
list of ADNode children |
| Methods in weka.classifiers.bayes.net that return ADNode | |
|---|---|
static ADNode |
ADNode.makeADTree(Instances instances)
create AD tree from set of instances |
static ADNode |
ADNode.makeADTree(int iNode,
FastVector nRecords,
Instances instances)
create sub tree |
| Methods in weka.classifiers.bayes.net with parameters of type ADNode | |
|---|---|
void |
VaryNode.getCounts(int[] nCounts,
int[] nNodes,
int[] nOffsets,
int iNode,
int iOffset,
ADNode parent,
boolean bSubstract)
get counts for specific instantiation of a set of nodes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||