This is the header of the YaDT project. More...
#include <string>
#include <vector>
#include <stdexcept>
#include <ostream>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Classes | |
class | yadt::conf_matrix |
Models a confusion matrix. More... | |
class | yadt::datasource |
Source of textual data. More... | |
class | yadt::dtree |
A decision tree. More... | |
class | yadt::table::subset |
A subset of a table. More... | |
class | yadt::table |
A relational table. More... | |
Namespaces | |
namespace | yadt |
The Yet another Decision Tree builder namespace. | |
Functions | |
const int | yadt::get_build () |
YaDT build number. | |
const char * | yadt::get_copyright () |
YaDT copyright std::string. | |
const char * | yadt::get_version () |
YaDT version std::string. |
This is the header of the YaDT project.