
Public Member Functions | |
| CSimpleDistance () | |
| virtual bool | init (CFeatures *l, CFeatures *r) |
| virtual EFeatureClass | get_feature_class () |
| virtual EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
Definition at line 19 of file SimpleDistance.h.
| CSimpleDistance< ST >::CSimpleDistance | ( | ) |
default constructor
Definition at line 23 of file SimpleDistance.h.
| virtual EFeatureClass CSimpleDistance< ST >::get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
Implements CDistance.
Definition at line 54 of file SimpleDistance.h.
| EFeatureType CSimpleDistance< char >::get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
Implements CDistance.
Definition at line 103 of file SimpleDistance.h.
| EFeatureType CSimpleDistance< uint8_t >::get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
Implements CDistance.
Definition at line 97 of file SimpleDistance.h.
| EFeatureType CSimpleDistance< int16_t >::get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
Implements CDistance.
Definition at line 91 of file SimpleDistance.h.
| EFeatureType CSimpleDistance< uint16_t >::get_feature_type | ( | ) | [virtual] |
get feature type the WORD distance can deal with
Implements CDistance.
Definition at line 85 of file SimpleDistance.h.
| EFeatureType CSimpleDistance< int32_t >::get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
Implements CDistance.
Definition at line 79 of file SimpleDistance.h.
| EFeatureType CSimpleDistance< uint64_t >::get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
Implements CDistance.
Definition at line 73 of file SimpleDistance.h.
| virtual EFeatureType CSimpleDistance< ST >::get_feature_type | ( | ) | [virtual] |
get feature type the distance can deal with
Implements CDistance.
Reimplemented in CEuclidianDistance, and CRealDistance.
| virtual bool CSimpleDistance< ST >::init | ( | CFeatures * | l, | |
| CFeatures * | r | |||
| ) | [virtual] |
init distance
| l | features of left-hand side | |
| r | features of right-hand side |
Reimplemented from CDistance.
Reimplemented in CBrayCurtisDistance, CCanberraMetric, CChebyshewMetric, CChiSquareDistance, CCosineDistance, CEuclidianDistance, CGeodesicMetric, CJensenMetric, CManhattanMetric, CMinkowskiMetric, CRealDistance, and CTanimotoDistance.
Definition at line 31 of file SimpleDistance.h.