template class StringDistance
Definition at line 20 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 () |
template<> | |
EFeatureType | get_feature_type () |
CStringDistance | ( | ) |
default constructor
Definition at line 24 of file StringDistance.h.
virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
Implements CDistance.
Definition at line 50 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
Implements CDistance.
Definition at line 99 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
Implements CDistance.
Definition at line 93 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the DREAL distance can deal with
Implements CDistance.
Definition at line 63 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the WORD distance can deal with
Implements CDistance.
Definition at line 81 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
Implements CDistance.
Definition at line 75 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
Implements CDistance.
Definition at line 69 of file StringDistance.h.
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
Implements CDistance.
Definition at line 87 of file StringDistance.h.
virtual EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the distance can deal with
Implements CDistance.
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 35 of file StringDistance.h.