[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
#include <vigra/random_forest/rf_preprocessing.hxx>
Public Member Functions | |
MultiArrayView< 2, T1, C1 > const & | features () |
MultiArrayView< 2, LabelInt > | response () |
ArrayVectorView< LabelInt > | strata () |
ArrayVectorView< double > | strata_prob () |
Preprocessor used during Classification
This class converts the labels int Integral labels which are used by the standard split functor to address memory in the node objects.
MultiArrayView< 2, T1, C1 > const & features | ( | ) |
Access the processed features
MultiArrayView< 2, LabelInt > response | ( | ) |
Access processed labels
ArrayVectorView< LabelInt > strata | ( | ) |
Access processed strata
ArrayVectorView< double > strata_prob | ( | ) |
Access strata fraction sized - not used currently
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|