Modulesยง
- numerictree
- NumericTree implements a decision tree for numeric computation using
stamm::tree
. - randforest
- Implements a random forest using
stamm::tree
. - tree
- Implements a very generic decision tree. This means that the data for an interior node and for leafs can be anything. The splitting criteria of the training set, the features used and the impurity computation can be implemented as required.