[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
CorrelationVisitor [Machine Learning] |
![]() |
#include <vigra/random_forest/rf_visitors.hxx>
Public Member Functions | |
template<class Tree, class Split, class Region, class Feature_t, class Label_t> | |
void | visit_after_split (Tree &tree, Split &split, Region &parent, Region &leftChild, Region &rightChild, Feature_t &features, Label_t &labels) |
template<class RF, class PR> | |
void | visit_at_end (RF const &rf, PR const &pr) |
Public Attributes | |
MultiArray< 2, double > | corr_noise |
MultiArray< 2, double > | distance |
MultiArray< 2, double > | gini_missc |
MultiArray< 2, double > | noise |
ArrayVector< int > | numChoices |
MultiArray< 2, double > | similarity |
MultiArray<2, double> gini_missc |
gini_missc(ii, jj) describes how well variable jj can describe a partition created on variable ii(when variable ii was chosen)
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|