Public Member Functions | |
| TreeBuilder (const LanguageTable &t) | |
| TreeBuilder (const LanguageTable &t, double vc) | |
| void | set_var_vs_const_probability (double p) |
| Sym | build_tree (unsigned max_depth, bool grow) const |
| void | build_tree (Sym &tree, unsigned max_depth, bool grow) const |
Private Member Functions | |
| Sym | make_terminal () const |
Private Attributes | |
| const LanguageTable & | table |
| double | vcprob |
Definition at line 24 of file TreeBuilder.h.
1.4.7