| Algo::C45 | This class represent the ID3 datamining algorithm |
| Algo::CART | This class represent the CART datamining algorithm |
| Data::Column | Abstract class to represent a column |
| Data::ColumnTyped< Type > | Abstract class to represent a typed column |
| Tree::Condition | This class represent a decision in a decision-tree |
| Data::CsvLoader | Handles input from a CSV file |
| Data::Data | This class represent a collection of data |
| Tree::DecisionTree | This class represent a node of a decision tree |
| Exception::Exception | This class represent the abstract exceptions used on the project |
| Algo::ID3 | This class represent the ID3 datamining algorithm |
| Data::OTLLoader | Handles input from a ODBC database (mysql, postgrey, ...) |
| Algo::TreeBasedAlgo | This class represent a supervised learning algorithm wich output a decision tree |
1.3.2