Public Member Functions | |
CSparseDistance () | |
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 18 of file SparseDistance.h.
CSparseDistance< ST >::CSparseDistance | ( | ) |
default constructor
Definition at line 22 of file SparseDistance.h.
virtual EFeatureClass CSparseDistance< ST >::get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
Implements CDistance.
Definition at line 51 of file SparseDistance.h.
EFeatureType CSparseDistance< char >::get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
Implements CDistance.
Definition at line 100 of file SparseDistance.h.
EFeatureType CSparseDistance< uint8_t >::get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
Implements CDistance.
Definition at line 94 of file SparseDistance.h.
EFeatureType CSparseDistance< int16_t >::get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
Implements CDistance.
Definition at line 88 of file SparseDistance.h.
EFeatureType CSparseDistance< uint16_t >::get_feature_type | ( | ) | [virtual] |
get feature type the WORD distance can deal with
Implements CDistance.
Definition at line 82 of file SparseDistance.h.
EFeatureType CSparseDistance< int32_t >::get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
Implements CDistance.
Definition at line 76 of file SparseDistance.h.
EFeatureType CSparseDistance< uint64_t >::get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
Implements CDistance.
Definition at line 70 of file SparseDistance.h.
virtual EFeatureType CSparseDistance< ST >::get_feature_type | ( | ) | [virtual] |
get feature type the distance can deal with
Implements CDistance.
Reimplemented in CSparseEuclidianDistance.
virtual bool CSparseDistance< 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 CSparseEuclidianDistance.
Definition at line 30 of file SparseDistance.h.