12 #ifndef __GUIDISTANCE_H__
13 #define __GUIDISTANCE_H__
60 virtual const char*
get_name()
const {
return "GUIDistance"; }
71 #endif //__GUIDISTANCE_H__
Class Distance, a base class for all the distances used in the Shogun toolbox.
bool save_distance(char *param)
CDistance * create_hammingword(bool use_sign=false)
CDistance * get_distance()
Class SGObject is the base class of all shogun objects.
CDistance * create_generic(EDistanceType type)
virtual const char * get_name() const
bool set_distance(CDistance *dist)
all of classes and functions are contained in the shogun namespace
bool init_distance(const char *target)
CDistance * create_minkowski(float64_t k=3)