|
Canopy
1.0
The header-only random forests library
|
Proxy for the derived class. More...
#include <randomForestBase.hpp>


Proxy for the derived class.
The proxy trick allows the interface functions within randomForestBase to access protected members of the TDerived class via a static_cast to a derivedProxy pointer, thus allowing member functions of the derived class to be marked as protected.
1.8.11