22 #ifndef DOXYGEN_SHOULD_SKIP_THIS
73 int32_t hash(int32_t key);
76 HashSetNode* chain_search(int32_t index, int32_t key);
virtual const char * get_name() const
Class SGObject is the base class of all shogun objects.
bool insert_key(int32_t key, float64_t data)
void delete_key(int32_t key)
the class HashSet, a set based on the hash-table. w: http://en.wikipedia.org/wiki/Hash_table ...
bool search_key(int32_t key, float64_t &ret_data)
HashSetNode ** hash_array