This is the complete list of members for
yadt::dtree, including all inherited members.
build(table *maintable, table::subset *subtable, bool evaluate=true, int ff_worker=0) | yadt::dtree | |
clone() const | yadt::dtree | |
depth() const | yadt::dtree | |
dtree(const std::string &name="my_decision_tree") | yadt::dtree | |
dtree(const dtree &) | yadt::dtree | |
evaluate(const datasource &ds, std::ostream &output, char sep= '\t') const | yadt::dtree | |
fromBinary(const std::string &filename) | yadt::dtree | [static] |
get_elapsed() const | yadt::dtree | |
get_prediction() | yadt::dtree | |
operator=(const dtree &) | yadt::dtree | |
Options enum name | yadt::dtree | |
predict(const datasource &ds) const | yadt::dtree | |
predict(table *cases, size_t pos, float weight=1) const | yadt::dtree | |
predict(const std::vector< std::string > &attributes, float weight=1) const | yadt::dtree | |
predict(table *cases, table::subset *subtable) const | yadt::dtree | |
PRUNING_C45 enum value | yadt::dtree | |
PRUNING_DT enum value | yadt::dtree | |
PRUNING_NO enum value | yadt::dtree | |
PruningStrategy enum name | yadt::dtree | |
SET_ABSOLUTE_CORRECTION enum value | yadt::dtree | |
set_conf_level(float conf_level) | yadt::dtree | |
set_min_obj(float min_objects) | yadt::dtree | |
set_option(Options opt) | yadt::dtree | |
set_pruning_strategy(PruningStrategy strategy) | yadt::dtree | |
set_split_type(SplitType st) | yadt::dtree | |
SET_WEIGHTED_CORRECTION enum value | yadt::dtree | |
size() const | yadt::dtree | |
SplitType enum name | yadt::dtree | |
ST_GAIN enum value | yadt::dtree | |
ST_GAIN_RATIO enum value | yadt::dtree | |
toBinary(const std::string &filename) | yadt::dtree | |
toDOT(std::ostream &os=std::cout) const | yadt::dtree | |
toTEXT(std::ostream &os=std::cout) const | yadt::dtree | |
toXML(std::ostream &os=std::cout, const conf_matrix *cmTest=NULL) const | yadt::dtree | |
training_n_rows() const | yadt::dtree | |
~dtree() | yadt::dtree | |