16 m_min_index(0), m_max_index(0),
17 m_weight(1.0), m_sub_blocks(NULL)
19 m_sub_blocks =
new CList(
true);
25 CSGObject(), m_min_index(min_index), m_max_index(max_index),
26 m_weight(weight), m_sub_blocks(NULL)
28 m_sub_blocks =
new CList(
true);
int32_t get_num_sub_blocks()
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) ...
int32_t get_num_elements()
index_t get_min_index() const
void add_sub_block(CIndexBlock *sub_block)
all of classes and functions are contained in the shogun namespace
bool append_element(CSGObject *data)
index_t get_max_index() const
Class List implements a doubly connected list for low-level-objects.