[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
OnlineLearnVisitor [Machine Learning] |
![]() |
#include <vigra/random_forest/rf_visitors.hxx>
Public Member Functions | |
void | reset_tree (int tree_id) |
template<class Tree, class Split, class Region, class Feature_t, class Label_t> | |
void | visit_after_split (Tree &tree, Split &split, Region &parent, Region &leftChild, Region &rightChild, Feature_t &features, Label_t &labels) |
template<class RF, class PR, class SM, class ST> | |
void | visit_after_tree (RF &rf, PR &pr, SM &sm, ST &st, int index) |
template<class RF, class PR> | |
void | visit_at_beginning (RF &rf, const PR &pr) |
template<class TR, class IntT, class TopT, class Feat> | |
void | visit_internal_node (TR &tr, IntT index, TopT node_t, Feat &features) |
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|