11 #ifndef _TANIMOTODISTANCE_H___ 12 #define _TANIMOTODISTANCE_H___ 14 #include <shogun/lib/config.h> 71 virtual const char*
get_name()
const {
return "TanimotoDistance"; }
virtual const char * get_name() const
virtual bool init(CFeatures *l, CFeatures *r)
class Tanimoto coefficient
virtual ~CTanimotoDistance()
all of classes and functions are contained in the shogun namespace
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
virtual EDistanceType get_distance_type()
The class Features is the base class of all feature objects.
template class DenseDistance