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

Detailed Description

Definition at line 24 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 26 of file IndexBlockTree.cpp.

Member Data Documentation

int32_t t_max_index

Definition at line 32 of file IndexBlockTree.cpp.

int32_t t_min_index

Definition at line 32 of file IndexBlockTree.cpp.

float64_t weight

Definition at line 33 of file IndexBlockTree.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation