[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Classes | |
| class | DecisionTree |
| class | RF_DEFAULT |
| singleton default tag class - More... | |
| class | Value_Chooser |
| chooses between default type and type supplied More... | |
Functions | |
| template<unsigned int N, class T, class C> | |
| bool | contains_inf (MultiArrayView< N, T, C > const &in) |
| template<unsigned int N, class T, class C> | |
| bool | contains_nan (MultiArrayView< N, T, C > const &in) |
| template<class T> | |
| void | fill_external_parameters (RandomForestOptions &options, ProblemSpec< T > &ext_param) |
| template<class T> | ||||
| void vigra::detail::fill_external_parameters | ( | RandomForestOptions & | options, | |
| ProblemSpec< T > & | ext_param | |||
| ) | ||||
Common helper function used in all Processors. This function analyses the options struct and calculates the real values needed for the current problem (data)
| template<unsigned int N, class T, class C> | |||||
| bool vigra::detail::contains_nan | ( | MultiArrayView< N, T, C > const & | in | ) | |
Returns true if MultiArray contains NaNs
| template<unsigned int N, class T, class C> | |||||
| bool vigra::detail::contains_inf | ( | MultiArrayView< N, T, C > const & | in | ) | |
Returns true if MultiArray contains Infs
|
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|