SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
IndexBlockTree.cpp File Reference

Go to the source code of this file.

Classes

struct  tree_node_t
struct  block_tree_node_t

Functions

int count_sub_nodes_recursive (tree_node_t *node, int32_t self)
void print_tree (tree_node_t *node, int tabs)
int32_t fill_G_recursive (tree_node_t *node, vector< int32_t > *G)
void fill_ind_recursive (tree_node_t *node, vector< block_tree_node_t > *tree_nodes, int32_t lower)
void collect_tree_nodes_recursive (CIndexBlock *subtree_root_block, vector< block_tree_node_t > *tree_nodes)

Function Documentation

void collect_tree_nodes_recursive ( CIndexBlock subtree_root_block,
vector< block_tree_node_t > *  tree_nodes 
)

Definition at line 90 of file IndexBlockTree.cpp.

int count_sub_nodes_recursive ( tree_node_t node,
int32_t  self 
)

Definition at line 36 of file IndexBlockTree.cpp.

int32_t fill_G_recursive ( tree_node_t node,
vector< int32_t > *  G 
)

Definition at line 64 of file IndexBlockTree.cpp.

void fill_ind_recursive ( tree_node_t node,
vector< block_tree_node_t > *  tree_nodes,
int32_t  lower 
)

Definition at line 73 of file IndexBlockTree.cpp.

void print_tree ( tree_node_t node,
int  tabs 
)

Definition at line 55 of file IndexBlockTree.cpp.


SHOGUN Machine Learning Toolbox - Documentation