[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
#include <vigra/random_forest/rf_split.hxx>
Public Member Functions | |
template<class T > | |
void | set_external_parameters (ProblemSpec< T > const &in) |
![]() | |
template<class T , class C , class T2 , class C2 , class Region , class Random > | |
int | findBestSplit (MultiArrayView< 2, T, C > features, MultiArrayView< 2, T2, C2 > labels, Region region, ArrayVector< Region > childs, Random randint) |
template<class T , class C , class T2 , class C2 , class Region , class Random > | |
int | makeTerminalNode (MultiArrayView< 2, T, C > features, MultiArrayView< 2, T2, C2 > labels, Region ®ion, Random randint) |
void | reset () |
Chooses mtry columns ad applys ColumnDecisionFunctor to each of the columns. Then Chooses the column that is best
void set_external_parameters | ( | ProblemSpec< T > const & | in | ) |
returns the DecisionTree Node created by findBestSplit or makeTerminalNode.
Reimplemented from SplitBase< Tag >.
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|