[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
CorrelationVisitor Class Reference | ![]() |
#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 |
Computes Correlation/Similarity Matrix of features while learning random forest.
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|