#include <Globals.h>
Public Member Functions | |
| Globals () | |
| Initializes the global cafe_param that holds the data acted upon by cafe. Called at program startup. More... | |
| ~Globals () | |
| void | Clear (int btree_skip) |
| void | Prepare () |
Data Fields | |
| CafeParam | param |
| pTree | mu_tree |
| viterbi_parameters * | viterbi |
| cross_validator * | validator |
| int | num_random_samples |
| std::string | str_log |
| Globals::Globals | ( | ) |
Initializes the global cafe_param that holds the data acted upon by cafe. Called at program startup.
| Globals::~Globals | ( | ) |
| void Globals::Clear | ( | int | btree_skip | ) |
| void Globals::Prepare | ( | ) |
| pTree Globals::mu_tree |
| int Globals::num_random_samples |
| CafeParam Globals::param |
| std::string Globals::str_log |
| cross_validator* Globals::validator |
| viterbi_parameters* Globals::viterbi |