ClassifyResult TAN.classify |
( |
String[] |
attributeValue | ) |
|
|
inlineprotected |
Given an array of attributes, classify it with trained bayes net, return the classification
- Parameters
-
attributeValue | An array of attribute values |
- Returns
- classification result, including the label and probability
TAN learn method.
In addition to NaiveBayes probs, it will learn more such as condition mutual info, bi-attribute probabilities, build the net
- Parameters
-
void TAN.printStructure |
( |
| ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: