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

details RFErrorCallback Class Reference VIGRA

#include <vigra/random_forest/rf_algorithm.hxx>

Public Member Functions

template<class Feature_t , class Response_t >
double operator() (Feature_t const &features, Response_t const &response)
 
 RFErrorCallback (RandomForestOptions opt=RandomForestOptions())
 

Detailed Description

Standard random forest Errorrate callback functor

returns the random forest error estimate when invoked.

Constructor & Destructor Documentation

Default constructor

optionally supply options to the random forest classifier

See Also
RandomForestOptions

Member Function Documentation

double operator() ( Feature_t const &  features,
Response_t const &  response 
)

returns the RF OOB error estimate given features and labels


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.11.1 (Fri May 19 2017)