32 #ifndef CHAIDTREENODEDATA_H__ 33 #define CHAIDTREENODEDATA_H__ 35 #include <shogun/lib/config.h>
float64_t weight_minus_node
structure to store data of a node of CHAID. This can be used as a template type in TreeMachineNode cl...
SGVector< int32_t > feature_class
SGVector< float64_t > distinct_features
static void print_data(const CHAIDTreeNodeData &data)
all of classes and functions are contained in the shogun namespace
void display_vector(const char *name="vector", const char *prefix="") const