32 #ifndef _RANDOMCARTREE_H__
33 #define _RANDOMCARTREE_H__
60 virtual const char*
get_name()
const {
return "RandomCARTree"; }
98 int32_t m_randsubset_size;
void set_feature_subset_size(int32_t size)
int32_t get_feature_subset_size() const
The class Labels models labels, i.e. class assignments of objects.
virtual const char * get_name() const
This class implements the Classification And Regression Trees algorithm by Breiman et al for decision...
This class implements randomized CART algorithm used in the tree growing process of candidate trees i...
all of classes and functions are contained in the shogun namespace
virtual int32_t compute_best_attribute(const SGMatrix< float64_t > &mat, const SGVector< float64_t > &weights, CLabels *labels, SGVector< float64_t > &left, SGVector< float64_t > &right, SGVector< bool > &is_left_final, int32_t &num_missing, int32_t &count_left, int32_t &count_right, int32_t subset_size=0, const SGVector< int32_t > &active_indices=SGVector< index_t >())
virtual ~CRandomCARTree()