Compounds | |
| class | Condition |
| This class represent a decision in a decision-tree. More... | |
| class | DecisionTree |
| This class represent a node of a decision tree. More... | |
Typedefs | |
| typedef enum Tree::e_condition_kind | condition_kind |
Enumerations | |
| enum | e_condition_kind { INFEQUAL, SUPEQUAL, INFERIOR, SUPERIOR, EQUAL } |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Condition &e) |
| std::ostream & | operator<< (std::ostream &stream, const DecisionTree &e) |
1.3.2