11 #ifndef _MAHALANOBISDISTANCE_H__
12 #define _MAHALANOBISDISTANCE_H__
93 virtual const char*
get_name()
const {
return "MahalanobisDistance"; }
virtual bool get_use_mean()
virtual const char * get_name() const
virtual bool get_disable_sqrt()
virtual void set_use_mean(bool state)
SGMatrix< float64_t > icov
virtual EDistanceType get_distance_type()
virtual EFeatureType get_feature_type()
virtual void set_disable_sqrt(bool state)
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *l, CFeatures *r)
class MahalanobisDistance
virtual ~CMahalanobisDistance()
SGVector< float64_t > mean