FreeLing  4.0
Classes | Namespaces
weakrule.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <set>
#include "freeling/tree.h"
#include "freeling/safe_map.h"
#include "freeling/omlet/dataset.h"
Include dependency graph for weakrule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  freeling::wr_params
 Class wr_params is a dummy class used to derive the set of parameters of each WR type. More...
class  freeling::weak_rule
 Class weak_rule is an abstract class generalizing any kind of weak rule that adaboost can use. More...
class  freeling::wr_factory
 Class wr_factory is a factory enabling to register new types of weak_rules (provided they are derived from weak_rule class below. More...
class  freeling::mlDTree_params
 Class mlDTree_params stores the set of params for this kind of weak rules. More...
class  freeling::dt_node
 Class dt_node stores the info in one node of the decision tree. More...
class  freeling::mlDTree
 Class mlDTree implements a multilabel decision tree that can be used by adaboost as a weak rules. More...

Namespaces

namespace  freeling