SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions | Public Attributes
block_tree_node_t Struct Reference

Detailed Description

Definition at line 27 of file IndexBlockTree.cpp.

Public Member Functions

 block_tree_node_t (int32_t min, int32_t max, float64_t w)
 

Public Attributes

int32_t t_min_index
 
int32_t t_max_index
 
float64_t weight
 

Constructor & Destructor Documentation

block_tree_node_t ( int32_t  min,
int32_t  max,
float64_t  w 
)

Definition at line 29 of file IndexBlockTree.cpp.

Member Data Documentation

int32_t t_max_index

Definition at line 35 of file IndexBlockTree.cpp.

int32_t t_min_index

Definition at line 35 of file IndexBlockTree.cpp.

float64_t weight

Definition at line 36 of file IndexBlockTree.cpp.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation