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

公有成员 | |
| CRealDistance () | |
| virtual bool | init (CFeatures *l, CFeatures *r) |
| virtual EFeatureType | get_feature_type () |
| CRealDistance | ( | ) |
default constructor
在文件RealDistance.h第24行定义。
| virtual EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the distance can deal with
重载CSimpleDistance< float64_t >。
在文件RealDistance.h第46行定义。
init distance
| l | features of left-hand side | |
| r | features of right-hand side |
重载CSimpleDistance< float64_t >。
在文件RealDistance.h第32行定义。