[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
#include <vigra/random_forest/rf_split.hxx>
Additional Inherited Members | |
![]() | |
int | findBestSplit (MultiArrayView< 2, T, C >, MultiArrayView< 2, T2, C2 >, Region, ArrayVector< Region >, Random) |
int | makeTerminalNode (MultiArrayView< 2, T, C >, MultiArrayView< 2, T2, C2 >, Region ®ion, Random) |
void | reset () |
void | set_external_parameters (ProblemSpec< T > const &in) |
Chooses mtry columns and applies ColumnDecisionFunctor to each of the columns. Then Chooses the column that is best
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |