#include <rl_common/Random.h>
#include <rl_common/core.hh>
#include <vector>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | M5Tree |
struct | M5Tree::tree_experience |
struct | M5Tree::tree_node |
Defines | |
#define | BUILD_EVERY 0 |
#define | BUILD_EVERY_N 2 |
#define | BUILD_ON_ERROR 1 |
#define | BUILD_ON_TERMINAL 3 |
#define | BUILD_ON_TERMINAL_AND_ERROR 4 |
#define | N_M5_EXP 200000 |
#define | N_M5_NODES 2500 |
Defines the M5 Decision tree, as described in: "Learning with Continuous Classes" by J.R. Quinlan "Inducing Model Trees for Continuous Classes" by Y. Wang and I.H. Witten
Definition in file M5Tree.hh.
#define BUILD_EVERY 0 |
#define BUILD_EVERY_N 2 |
#define BUILD_ON_ERROR 1 |
#define BUILD_ON_TERMINAL 3 |
#define BUILD_ON_TERMINAL_AND_ERROR 4 |
#define N_M5_NODES 2500 |