10 #ifndef INDEXBLOCKGROUP_H_ 
   11 #define INDEXBLOCKGROUP_H_ 
   58     const char* 
get_name()
 const { 
return "IndexBlockGroup"; };
 
class IndexBlockGroup used to represent group-based feature relation. 
void add_block(CIndexBlock *block)
virtual EIndexBlockRelationType get_relation_type() const 
SGVector< index_t > get_SLEP_ind()
class IndexBlock used to represent contiguous indices of one group (e.g. block of related features) ...
all of classes and functions are contained in the shogun namespace 
const char * get_name() const 
void remove_block(CIndexBlock *block)
Class List implements a doubly connected list for low-level-objects. 
virtual ~CIndexBlockGroup()
Block< Matrix > block(Matrix matrix, index_t row_begin, index_t col_begin, index_t row_size, index_t col_size)