#include <string>
#include <vector>
#include <stdexcept>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | yadt |
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 |
A relational table. More... | |
class | yadt::table::subset |
A subset of a table. More... | |
Defines | |
#define | _YADT_H__INCLUDED_ |
Functions | |
const int | yadt::get_build () |
YaDT build number. | |
const char * | yadt::get_copyright () |
YaDT copyright string. | |
const char * | yadt::get_version () |
YaDT version string. |
#define _YADT_H__INCLUDED_ |