koho.cpp  1.1.0
Namespaces | Functions
decision_tree.cpp File Reference

Decision Tree module. More...

#include <iostream>
#include <sstream>
#include <iomanip>
#include <algorithm>
#include <limits>
#include <set>
#include "utilities.h"
#include "decision_tree.h"
Include dependency graph for decision_tree.cpp:

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)
 

Detailed Description

Decision Tree module.