[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
RFErrorCallback | ![]() |
#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()) |
Standard random forest Errorrate callback functor
returns the random forest error estimate when invoked.
RFErrorCallback | ( | RandomForestOptions | opt = RandomForestOptions() |
) |
Default constructor
optionally supply options to the random forest classifier
double operator() | ( | Feature_t const & | features, | |
Response_t const & | response | |||
) |
returns the RF OOB error estimate given features and labels
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|