template class SparseDistance
在文件SparseDistance.h第20行定义。

公有成员 | |
| 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 () |
| template<> | |
| EFeatureType | get_feature_type () |
| CSparseDistance | ( | ) |
default constructor
在文件SparseDistance.h第24行定义。
| virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
实现了CDistance。
在文件SparseDistance.h第53行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
实现了CDistance。
在文件SparseDistance.h第102行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
实现了CDistance。
在文件SparseDistance.h第96行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the DREAL distance can deal with
实现了CDistance。
在文件SparseDistance.h第66行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the WORD distance can deal with
实现了CDistance。
在文件SparseDistance.h第84行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
实现了CDistance。
在文件SparseDistance.h第78行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
实现了CDistance。
在文件SparseDistance.h第72行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
实现了CDistance。
在文件SparseDistance.h第90行定义。
| virtual EFeatureType get_feature_type | ( | ) | [virtual] |
init distance
| l | features of left-hand side | |
| r | features of right-hand side |
重载CDistance。
在文件SparseDistance.h第32行定义。