12 #ifndef _HAMMINGWORDDISTANCE_H___ 13 #define _HAMMINGWORDDISTANCE_H___ 15 #include <shogun/lib/config.h> 69 virtual const char*
get_name()
const {
return "HammingWordDistance"; }
class HammingWordDistance
virtual const char * get_name() const
virtual EDistanceType get_distance_type()
virtual ~CHammingWordDistance()
Template class StringFeatures implements a list of strings.
float64_t compute(int32_t idx_a, int32_t idx_b)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *l, CFeatures *r)
template class StringDistance