The Yet another Decision Tree builder namespace. More...
Classes | |
class | conf_matrix |
Models a confusion matrix. More... | |
class | datasource |
Source of textual data. More... | |
class | dtree |
A decision tree. More... | |
class | table |
A relational table. More... | |
Functions | |
const int | get_build () |
YaDT build number. | |
const char * | get_copyright () |
YaDT copyright std::string. | |
const char * | get_version () |
YaDT version std::string. |
The Yet another Decision Tree builder namespace.
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.