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

RFErrorCallback Class Reference

#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

◆ RFErrorCallback()

Default constructor

optionally supply options to the random forest classifier

See also
RandomForestOptions

Member Function Documentation

◆ operator()()

template<class Feature_t , class Response_t >
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