10 #ifndef INDEXBLOCKTREE_H_ 11 #define INDEXBLOCKTREE_H_ 13 #include <shogun/lib/config.h> 96 const char*
get_name()
const {
return "IndexBlockTree"; };
SGVector< float64_t > m_precomputed_ind_t
class IndexBlockTree used to represent tree guided feature relation.
virtual SGVector< index_t > get_SLEP_ind()
virtual EIndexBlockRelationType get_relation_type() const
virtual SGVector< float64_t > get_SLEP_G()
CIndexBlock * m_root_block
void set_root_block(CIndexBlock *root_block)
CIndexBlock * get_root_block() const
const char * get_name() const
SGVector< float64_t > m_precomputed_G
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
virtual SGVector< float64_t > get_SLEP_ind_t() const
virtual ~CIndexBlockTree()