39           float64_t weight=1.0, 
const char* name=
"task");
 
   58     virtual const char* 
get_name()
 const { 
return "IndexBlock"; };
 
void set_max_index(index_t max_index)
int32_t get_num_sub_blocks()
void set_weight(float64_t weight)
Class SGObject is the base class of all shogun objects. 
class IndexBlock used to represent contiguous indices of one group (e.g. block of related features) ...
void set_min_index(index_t min_index)
virtual const char * get_name() const 
index_t get_min_index() const 
void add_sub_block(CIndexBlock *sub_block)
all of classes and functions are contained in the shogun namespace 
float64_t get_weight() const 
index_t get_max_index() const 
Class List implements a doubly connected list for low-level-objects.