template class StringDistance
Definition at line 18 of file StringDistance.h.
Public Member Functions | |
CStringDistance () | |
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 () |
CStringDistance< ST >::CStringDistance | ( | ) |
default constructor
Definition at line 22 of file StringDistance.h.
virtual EFeatureClass CStringDistance< ST >::get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
Implements CDistance.
Definition at line 48 of file StringDistance.h.
EFeatureType CStringDistance< char >::get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
Implements CDistance.
Definition at line 97 of file StringDistance.h.
EFeatureType CStringDistance< uint8_t >::get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
Implements CDistance.
Definition at line 91 of file StringDistance.h.
EFeatureType CStringDistance< int16_t >::get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
Implements CDistance.
Definition at line 85 of file StringDistance.h.
EFeatureType CStringDistance< int32_t >::get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
Implements CDistance.
Definition at line 73 of file StringDistance.h.
EFeatureType CStringDistance< uint64_t >::get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
Implements CDistance.
Definition at line 67 of file StringDistance.h.
EFeatureType CStringDistance< float64_t >::get_feature_type | ( | ) | [virtual] |
get feature type the DREAL distance can deal with
Implements CDistance.
Definition at line 61 of file StringDistance.h.
virtual EFeatureType CStringDistance< ST >::get_feature_type | ( | ) | [virtual] |
get feature type the distance can deal with
Implements CDistance.
virtual bool CStringDistance< 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 CCanberraWordDistance, CHammingWordDistance, and CManhattanWordDistance.
Definition at line 33 of file StringDistance.h.