|
koho.cpp
1.1.0
|
Decision Tree module. More...
#include <iostream>#include <sstream>#include <iomanip>#include <algorithm>#include <limits>#include <set>#include "utilities.h"#include "decision_tree.h"
Namespaces | |
| koho | |
Functions | |
| vector< vector< int > > | koho::create_rgb_LUT (ClassesIdx_t n_classes) |
| void | koho::process_tree_recursively_graphviz (const Tree &tree, NodesIdx_t node_id, const vector< vector< int >> &rgb_LUT, const vector< vector< string >> &classes, const vector< string > &features, bool rotate, ofstream &fout) |
| void | koho::process_tree_recursively_text (const Tree &tree, NodesIdx_t node_id, ostringstream &sout) |
Decision Tree module.
1.8.13