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
task_tree_node_t Struct Reference

Detailed Description

Definition at line 16 of file TaskTree.cpp.

Public Member Functions

 task_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

task_tree_node_t ( int32_t  min,
int32_t  max,
float64_t  w 
)

Definition at line 18 of file TaskTree.cpp.

Member Data Documentation

int32_t t_max_index

Definition at line 24 of file TaskTree.cpp.

int32_t t_min_index

Definition at line 24 of file TaskTree.cpp.

float64_t weight

Definition at line 25 of file TaskTree.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation