[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]

details VisitorBase VIGRA

#include <vigra/random_forest/rf_visitors.hxx>

Inheritance diagram for VisitorBase:

ClusterImportanceVisitor CompleteOOBInfo CorrelationVisitor OnlineLearnVisitor OOB_Error OOB_PerTreeError RandomForestProgressVisitor StopVisiting VariableImportanceVisitor

List of all members.

Public Member Functions

double return_val ()
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 const &rf, PR const &pr)
template<class RF, class PR>
void visit_at_end (RF const &rf, PR const &pr)
template<class TR, class IntT, class TopT, class Feat>
void visit_external_node (TR &tr, IntT index, TopT node_t, Feat &features)
template<class TR, class IntT, class TopT, class Feat>
void visit_internal_node (TR &tr, IntT index, TopT node_t, Feat &features)


Detailed Description

Base Class from which all Visitors derive. Can be used as a template to create new Visitors.
The documentation for this class was generated from the following file:

© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de)
Heidelberg Collaboratory for Image Processing, University of Heidelberg, Germany

html generated using doxygen and Python
vigra 1.7.1 (3 Dec 2010)