39 #define IGNORE_IN_CLASSLIST
45 CStringMap(int32_t size=41, int32_t reserved=128,
bool tracable=
true)
46 :
CMap<
std::string, T>(size, reserved, tracable) {}
55 virtual const char*
get_name()
const {
return "StringMap"; }
64 const char* k=key.c_str();
#define IGNORE_IN_CLASSLIST
CStringMap(int32_t size=41, int32_t reserved=128, bool tracable=true)
static uint32_t MurmurHash3(uint8_t *data, int32_t len, uint32_t seed)
virtual uint32_t get_hash_value(const std::string &key)
virtual const char * get_name() const
The class is a customized map for the optimization framework.
all of classes and functions are contained in the shogun namespace
the class CMap, a map based on the hash-table. w: http://en.wikipedia.org/wiki/Hash_table ...